<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>高校来了——网站首页</title>
    <style type="text/css">
        #form1
        {
            width: 1082px;
            height: 191px;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">  
    <asp:ImageMap ID="ImageMap1" runat="server" Height="168px" Width="196px" 
        DescriptionUrl="~/WelcomePage/login_dlsy.aspx" ImageUrl="~/Images/111.jpg" >
        <asp:RectangleHotSpot Bottom="100" HotSpotMode="Navigate" Left="100" 
            NavigateUrl="~/WelcomePage/login_dlsy.aspx" Right="100" Target="_self" 
            Top="100" />
    </asp:ImageMap>
    <asp:Image ID="Image1" runat="server" Width="213px" />
  
    </form>
</body>
</html>点击之后没有链接到,?为什么呢?!