📄 top.asp
字号:
<!--#INCLUDE FILE="config.asp"-->
<% Set rs10=server.createobject("ADODB.RECORDSET")
rs10.open "Select * From option1",Conn,3,3
%>
<div align="center">
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD height="9" width="360"><FONT color=RED><B>今天是:</B></FONT><FONT
color=#505050>
<SCRIPT language=JavaScript>
d = new Date();
document.write((d.getYear())+"年"+(d.getMonth()+1)+"月"+d.getDate()+ "日");
</SCRIPT></FONT><FONT color=#000000>
<SCRIPT language=JavaScript>
d = new Date();
switch (d.getDay()) {
case 0:
strweek="日";
break;
case 1:
strweek="一";
break;
case 2:
strweek="二";
break;
case 3:
strweek="三";
break;
case 4:
strweek="四";
break;
case 5:
strweek="五";
break;
case 6:
strweek="六";
break;
}
document.write("星期"+ strweek);
</SCRIPT>
</FONT></TD>
<TD height="9" align="right" width="400">
设为首页 加入收藏 联系我们 <A
href="../help.asp">帮助中心</a></TD>
</TR>
<TR>
<TD height="1" align=middle bgcolor="#FF8F2A" colspan="2"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE width=760 border=0 align="center" cellPadding=3 cellSpacing=0 bgcolor="#FFFFFF">
<TBODY>
<TR>
<TD align=middle width=160 height=62><a href="../index.asp"><img src="../img/logo.gif" border="0"></a></TD>
<TD width=10><IMG height=50 src="../img/dot_05.gif" width=1></TD>
<TD align=right>
<TABLE cellSpacing=0 cellPadding=0 width="98%" border=0>
<TBODY>
<TR>
<TD width="14%" align=middle><a href="../shop_list.asp"><IMG height=48 src="../img/title_icon_03.gif" width=48 border=0></a></TD>
<TD rowSpan=2><IMG height=18 src="../img/dot_06.gif" width=1></TD>
<TD width="14%" align=middle><a href="../sec/index.asp"><img src="../img/title_icon_07.gif" width="50" height="50" border="0"></a></TD>
<TD rowSpan=2><IMG height=18 src="../img/dot_06.gif" width=1></TD>
<TD width="14%" align=middle><a href="../house/"><img src="../img/title_icon_04.gif" width="48" height="48" border="0"></a></TD>
<TD rowSpan=2><IMG height=18 src="../img/dot_06.gif" width=1></TD>
<TD width="14%" align=middle><a target="_blank"><a href=../sec/index.asp?id=10&classid=10><IMG height=45 src="../img/title_icon_05.gif" width=45 border=0></a></TD>
<TD rowSpan=2><IMG height=18 src="../img/dot_06.gif" width=1></TD>
<TD width="14%" align=middle><a href=../news_list.asp><img src="../img/title_icon_06.gif" width="51" height="47" border="0"></a></TD>
<TD rowSpan=2><IMG height=18 src="../img/dot_06.gif" width=1></TD>
<TD width="14%" align=middle><a href=../huangye_list.asp><IMG height=46 src="../img/title_icon_01.gif" width=57 border=0></a></TD>
<TD rowSpan=2><IMG height=18 src="../img/dot_06.gif" width=1></TD>
<TD width="14%" align=middle><a href="../bbs"><IMG height=45 src="../img/title_icon_02.gif" width=48 border=0></a></TD>
</TR>
<TR>
<TD align=middle><a href="../shop_list.asp">校园店铺</a></TD>
<TD align=middle><a href="../sec/index.asp">校园二手</a></TD>
<TD align=middle><a href="../house/">校园租房</a></TD>
<TD align=middle><a href=../sec/index.asp?id=10&classid=10>校园兼职</a></TD>
<TD align=middle><a href=../news_list.asp>校园资讯</a></TD>
<TD align=middle><a href=../huangye_list.asp>校园黄页</a></TD>
<TD align=middle><a href="../bbs">校园论坛</a></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD height="28" align=middle background=../images/t1.gif>
<TABLE class=header width="100%" border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD height="35" align="center" bgcolor="#FF9933"> <a href="../index.asp"><font color="#000000">首页</font></a>
<font color="#000000">| </font><a href="../news_list.asp"><font color="#000000">本站新闻</font></a><font color="#000000">
| </font><a href="../shop_list.asp"><font color="#000000">店铺列表</font></a><font color="#000000">
| <a href="../shoptop.asp"><font color="#000000">店铺排行</font></a>
| </font><a href="../goods_list.asp"><font color="#000000">商品列表</font></a><font color="#000000">
| </font> <font color="#000000"> <a href="../goodstop.asp"><font color="#000000">商品排行</font></a></font></a><font color="#000000">
| <a href="../user_list.asp"><font color="#000000">会员列表</font></a>
| <a href="../reg.asp"><font color="#000000">注册会员</font></a>
| <a href="../user_login.asp"><font color="#000000">会员登陆</font></a>
| <a href="../link_list.asp"><font color="#000000">友情连接</font></a>
| <a href="default.asp"><font color="#000000">请您留言</font></a>
| <a href="../First.asp"><font color="#000000">新手上路</font></a></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
</div>
<div align="center"><%if rs10("bannerImg")<>"" and rs10("bannerImg")<>" " then%>
<%if right(rs10("bannerImg"),3)="swf" then%>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="778" height="60">
<param name="movie" value="<%=rs10("bannerImg")%>">
<param name="quality" value="high">
<embed src="<%=rs10("bannerImg")%>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="778" height="60"></embed>
</object>
<%else%>
<a href="<%=rs10("bannerImgLink")%>"><img src="<%=rs10("bannerImg")%>" border="0"></a>
<%end if%><%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -