⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.asp

📁 一篇不错的好论文
💻 ASP
字号:
<%
Session.Timeout=600
%>
<TABLE cellSpacing=0 cellPadding=0 width=750 align=center border=0>
  <TBODY> 
    <TR> 
      <TD height="70" vAlign=bottom><img src="images/logo.gif" width="400" height="60"></TD>
  </TR>
  </TBODY> 
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=750 align=center border=0>
  <TBODY>
    <TR> 
      <TD bgColor=#6699ff height=2 colspan="3"></TD>
    </TR>
    <TR> 
      <TD vAlign=bottom bgColor=#0058be height=40 colspan="3"><IMG height=33 
      src="images/danghang2.gif" width=750 useMap=#Map 
border=0></TD>
    </TR>
    <TR valign="bottom" height="17"> 
      <TD width="58" valign="top"><img src="images/p_left_1.gif" width="46" height="18"></TD>
      <TD width="597" align="center">
        <marquee id=scrollarea scrollamount=2 height="16" onmouseover=scrollarea.stop() onmouseout=scrollarea.start()>
        <strong>
        <%if Session("MM_UserName")<>"" then response.write Session("MM_UserName") & ","%>
        欢迎您使用学生学籍管理系统! </strong>如果您在使用过程中发现有什么BUG,或者您有什么好的建议和意见,请一定要<a href="mailto:webboy888@163.com">告诉我</a>呀!
        </marquee>
        </TD>
      <TD width="95" align="right"><a href="Login.asp"><img src="images/login.gif" width="51" height="14" border="0"></a><a href="Logout.asp"><img src="images/logout.gif" width="36" height="14" border="0"></a></TD>
    </TR>
  </TBODY>
</TABLE>
<map Name="Map">
  <area shape="rect" coords="37,1,84,25" href="Index.asp">
  <area shape="rect" coords="117,2,235,26" href="InfoManage.asp">
  <area shape="rect" coords="282,2,401,26" href="ScoreManage.asp">
  <area shape="rect" coords="436,2,518,25" href="TestManage.asp">
  <area shape="rect" coords="554,-1,636,23" href="UserManage.asp">
  <area shape="rect" coords="671,2,736,25" href="GuestBook/default.asp" target="_blank">
</map>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -