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

📄 topboard.asp

📁 大家好
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>BBS 内部功能区</title>
<base target="Contents">
<style type="text/css">
<!--
p,a,td{font-size:12px;font-family:宋体,sans-serif;line-height:1.4}
.12{font-size:12px;font-family:宋体,sans-serif}
        A:link {text-decoration: none; color: #000000}
        A:visited {text-decoration: none; color: #000000}
        A:active { text-decoration: underline}
        A:hover {text-decoration: underline} 
.unnamed1 {  }

-->

</style>
<script language="JavaScript">
function MouseOver(src,BackColor) 
{ 
   	if (!src.contains(event.fromElement)) 
		{
	   	src.style.cursor = "hand"; 
			src.bgColor = BackColor; 
		}
}
function MouseOut(src, BackColor)
{
		if (!src.contains(event.toElement))
		{
			src.style.cursor="default";
			src.bgColor = BackColor; 
		}
}

function MouseClick(src) 
{ 
	if(event.srcElement.tagName=='TD')
		src.children.tags('A')[0].click();
 
}
</script>
</head>

<body topmargin="0" leftmargin="0" bgcolor="#FFFFF0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="55">
  <tr> 
    <td width="198" align="center" valign="bottom" height="30">今天是【<%=formatdatetime(now,vblongdate)%>】</td>
    <td colspan="2" valign="bottom" rowspan="2"> 
      <table border="1" width="595" bordercolordark="#000000" align="right">
        <tr> 
          <td width="70" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#ffe6aa');" onMouseOver="MouseOver(this, '#e0e0ff');"
    onClick="MouseClick(this);" nowrap><a href="Introduce.htm" target="main">使用说明</a></td>
          <td width="70" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#ffe6aa');" onMouseOver="MouseOver(this, '#e0e0ff');"
    onClick="MouseClick(this);" nowrap><a href="searchuser.asp" target="main">网友查询</a></td>
          <td width="64" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#ffe6aa');" onMouseOver="MouseOver(this, '#e0e0ff');"
    onClick="MouseClick(this);" nowrap><a href="inbox.asp" target="main">收发邮件</a></td>
          <td width="64" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#ffe6aa');" onMouseOver="MouseOver(this, '#e0e0ff');"
    onClick="MouseClick(this);" nowrap><a href="changeuserinfo.htm" target="main">用户修改</a></td>
          <td width="64" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#ffe6aa');" onMouseOver="MouseOver(this, '#e0e0ff');"
    onClick="MouseClick(this);" nowrap><a href="online.asp" target="main">在线用户</a></td>
          <td width="58" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#ffe6aa');" onMouseOver="MouseOver(this, '#e0e0ff');"
    onClick="MouseClick(this);" nowrap><a href="searchatc.asp" target="main">文章搜索</a></td>
          <td width="65" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#ffe6aa');" onMouseOver="MouseOver(this, '#e0e0ff');"
    onClick="MouseClick(this);" nowrap><a href="top10.asp" target="main">榜上有名</a></td>
          <td colspan="2" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center"
    onMouseOut="MouseOut(this,'#D7DD9F');" onMouseOver="MouseOver(this, '#f0c000');"
    onClick="MouseClick(this);" bgcolor="#FFFFFF" width="59" nowrap><a href="quit.asp" target="_parent">退出</a></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="198" align="center" valign="bottom">&nbsp;</td>
  </tr>
  <tr> 
    <td colspan="3" height="5"></td>
  </tr>
  <tr> 
    <td colspan="3" bgcolor="006600" height="1"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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