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

📄 top.asp

📁 ASPTest 网络基础网页设计
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<title>欢迎访问百合论坛</title>
<!-- #include file="style.css" -->
</head>

<body topmargin="0">
<% 
If Session("UserID") = "" Then
%>
<table border="0" cellpadding="0" cellspacing="0" width="760" height="19" bordercolor="#111111" align="center">
  <tr>
    <td width="65" bgcolor="#EFEFEF" height="20" align="center">
      『 <a href="RegLily.asp">注册</a> |</td>
    <td width="38" bgcolor="#EFEFEF" height="20" align="center">
      <a href="Login.asp">登录</a>
    </td>
    <td width="336" bgcolor="#EFEFEF" height="20">
      |&nbsp;<a href="Search.asp">搜索</a> 』</td>
    <td width="318" bgcolor="#EFEFEF" height="20" align="right">
      &nbsp;现在是<% =now %>&nbsp;| <a href="index.asp">
      返回主页</a>&nbsp;</td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="760" height="1" bordercolor="#111111" align="center">
  <tr>
    <td height="1" bgcolor="000000"></td>
  </tr>
</table>
<% 
Else
%>
<table border="0" cellpadding="0" cellspacing="0" width="760"  bordercolor="#111111" align="center" height="19">
  <tr>
    <td width="197" bgcolor="#EFEFEF" height="20">
      &nbsp;欢迎您<%=Session("UserID")%>
    </td>
    <td width="89" bgcolor="#EFEFEF" height="20" align="center">
      『 <a href="Logout.asp">退出登录</a> |</td>
    <td width="62" bgcolor="#EFEFEF" height="20" align="center">
      <a href="EditUserInfoInput.asp">修改资料</a></td>
    <td width="73" bgcolor="#EFEFEF" height="20" align="center">
      |
      <a href="Search.asp">搜索</a> 』</td>
    <td width="338" bgcolor="#EFEFEF" height="20" align="right">
      &nbsp;现在是<% =now %>&nbsp;| <a href="index.asp">返回主页</a>&nbsp;</td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="760" height="1" bordercolor="#111111" align="center">
  <tr>
    <td height="1" bgcolor="000000"></td>
  </tr>
</table>
<%
End If
%>
<hr color="white" width="600" align="center">

⌨️ 快捷键说明

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