asp.net4.5练习~test4-4
发布日期:2021-05-06 21:15:28 浏览次数:16 分类:原创文章

本文共 1110 字,大约阅读时间需要 3 分钟。

webform1.aspx

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="test4_4.WebForm1" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>    <title></title></head><body>    <form id="form1" runat="server">    <div>        <asp:ImageMap ID="ImageMap1" runat="server" ImageUrl="~/image/banner.jpg">            <asp:RectangleHotSpot Bottom="26" NavigateUrl="http://www.baidu.com" Right="69"/>            <asp:RectangleHotSpot Bottom="26" Left="71" Right="141" NavigateUrl="http://www.163.com" />            <asp:RectangleHotSpot Bottom="26" Left="142" Right="212" NavigateUrl="http://www.sogou.com" />            <asp:RectangleHotSpot Bottom="26" Left="213"  Right="283" NavigateUrl="http://www.taobao.com" />            <asp:RectangleHotSpot Bottom="26" Left="285" Right="355" NavigateUrl="http://www.sina.com" />            <asp:RectangleHotSpot Bottom="26" Left="357" Right="428" NavigateUrl="http://www.qq.com" />        </asp:ImageMap>            </div>    </form></body></html>

 

上一篇:asp.net 4.5练习~test4-5
下一篇:asp.net4.5练习~test4-3

发表评论

最新留言

留言是一种美德,欢迎回访!
[***.207.175.100]2025年03月11日 20时16分11秒