📄 top.asp
字号:
<html>
<link href="xingxing.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #0000FF}
.style2 {color: #00FF00}
.style6 {
color: #CCFF00;
font-family: "ó×?2";
font-size: 12px;
}
-->
</style>
<body topmargin="0" leftmargin="0" >
<h1><center class="style2" >星星二手市场</center>
</h1>
<hr>
<div align="center">
<table width="730" height="36" border="0" cellPadding="0" cellSpacing="0" bordercolor="#F16B45">
<tr>
<td width="130" height="34">
<a href="index.asp" target="_parent">
<img border="0" src="img/bt_02_off.gif"></a></td>
<td width="105">
<a href="reg.asp" target="_parent">
<img border="0" src="img/bt_01_off.gif" width="105" height="24"></a></td>
<td width="105"> <a href="goods.asp" target="_parent"><img border="0" src="img/b.gif" width="105" height="24"></a>
</td>
<td width="105"><a href="goodsclass.asp" target="_parent"><img border="0" src="img/a.gif" width="105" height="24"></a></td>
<td width="106"> <a href="infoclass.asp" target="_parent"><img border="0" src="img/bt_03_off.gif" width="105" height="24"></a></td>
<td width="106"> <a href="info.asp" target="_parent"><img border="0" src="img/b.gif" width="104" height="24"></a></td>
<td width="106"><a href="mylogin.asp" target="_parent"><img border="0" src="img/我的地盘.gif" width="104" height="24"></a></td>
</tr>
</table>
<table width="766" border="0" bordercolor="#F16B45">
<tr>
<td width="228" height="22" bgcolor="#F16B45" scope="col"><%
dim da,week
select case weekday(now)
case 1 week="日"
case 2 week="一"
case 3 week="二"
case 4 week="三"
case 5 week="四"
case 6 week="五"
case 7 week="六"
end select
da="今天是" & year(now)&"年" & month(now)&"月" & day(now)&"日"&"星期" & week
response.Write(da)
%></td>
<th width="388" bgcolor="#F16B45" scope="col"><div align="left"><span class="style6">
<%
username=request.Cookies("xingxing")("username")
if not username="" then
response.Write(username&":欢迎来到星星二手")
end if
%>
</span></div></th>
<th width="136" bgcolor="#F16B45" scope="col"><a href="admin/adm_land.asp" class="style1" target="_parent">管理员登陆</a></th>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -