<head runat="server">
    <title></title>
    <asp:ContentPlaceHolder ID="head" runat="server">
    </asp:ContentPlaceHolder>
    <link href="CSS/Frame.css" rel="stylesheet" type="text/css" />
    <style TYPE="text/css">
<!--
A:link{color:Black;text-decoration:none}
A:visited{color:Black;text-decoration:none}
A:hover {color:Black;text-decoration:none}
 -->
</style>
</head>
<body  onmouseover="if(event.srcElement.tagName=='A' ||event.srcElement.tagName=='IMG')   {window.status='';return   true}">

相关文章:

  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2021-04-08
  • 2022-01-08
  • 2022-12-23
猜你喜欢
  • 2021-05-21
  • 2022-01-08
  • 2021-12-04
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案