📄 webtop1.asp
字号:
<html>
<head>
<META http-equiv=Content-Type content="text/html; charset="<%=charset%>">
<META name="keywords" content="<%=keywords%>">
<META name="description" content="<%=description%>">
<link href="images/yq_style.css" rel="stylesheet" type="text/css">
</HEAD>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#FFFFFF" height="95">
<TABLE border=0 cellPadding=0 cellSpacing=0 height=71 width=760>
<TBODY>
<TR>
<TD height=71 width=300><a href=http://yiqu.tiyi.net target=_blank><img src="images/logo.gif" border=0></a></TD>
<TD width=460 valign="bottom" bgcolor="#FFFFFF">
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="right">
<a href="<%=weburl%>">首页</a> -
<a href="search.asp">搜索</a> -
<a href="pay.asp">付费中心</a> -
<a href="reg.asp">注册</a> -
<%if session("user") <>"" then%>
<a href="logout.asp">退出</a> -
<%else%>
<a href="login.asp">登录</a> -
<%end if%>
<strong><a href="">欢迎您
<%if session("user")="" then
response.write "客人"
else
response.write session("user")
end if
%></a></strong>
</div></td>
</tr>
<tr>
<td height="12"> </td>
</tr>
<tr>
<td>
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="brows.asp"><img src="images/bootn_01.gif" width="103" height="34" border="0"></a></td>
<td><a href="sell.asp"><img src="images/bootn_02.gif" width="104" height="34" border="0"></a></td>
<td><a href="cat.asp?action=new"><img src="images/bootn_03.gif" width="104" height="34" border="0"></a></td>
<td><a href="User_home.asp"><img src="images/bootn_04.gif" width="104" height="34" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -