📄 4.asp
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="../xinxi_conn.asp" -->
<%shop_name=request("shop_name")%>
<HTML>
<HEAD>
<TITLE>4</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE>BODY {
FONT-SIZE: 9pt
}
TD {
FONT-SIZE: 9pt
}
a { text-decoration: none; color: #000000 }
a:hover { text-decoration: underline; color: #0000FF }
.3dfont {font-size: 30pt;
COLOR: #669966; FILTER: glow(color=#ccff33,strength=2) shadow(color=dedede,di
rection:100); POSITION: relative; WIDTH: 100%
}
</STYLE>
<NOSCRIPT><IFRAME SRC="*.html"></IFRAME></NOSCRIPT>
<script language="javascript">
function click() {
if (event.button==2) {
alert('您好!欢迎您光临汕头商城!')
}
}
document.onmousedown=click
</script>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0>
<TABLE height=112 cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD width=547 background=images/e_01.gif>
<DIV align=center>
<table height=53 cellspacing=0 cellpadding=0 width="100%" align=center
border=0>
<tbody>
<tr>
<td width="92%">
<div align=center class="3dfont"><b><%=shop_name%></b></div>
</td>
<td width="8%">
<div align=center></div>
</td>
</tr>
</tbody>
</table>
<FONT
size=5></FONT></DIV>
</TD>
<TD background=images/e_02.gif>
<DIV align=center><IMG height=112 src="images/e_02.gif"
width=231></DIV></TD></TR></TBODY></TABLE>
<TABLE class=f9 height=12 cellSpacing=1 cellPadding=4 width=778 align=center
border=0>
<TBODY>
<TR vAlign=bottom bgColor=#efebef>
<TD class=f9black width=87 height=14> <DIV align=center><A class=f9y
href="1.asp?shop_name=<%=shop_name%>">公司介绍 </A></DIV></TD>
<TD width=85 height=14> <DIV align=center><A class=f9y
href="2.asp?shop_name=<%=shop_name%>">推荐商品 </A></DIV></TD>
<TD width=84 height=14> <DIV align=center><A class=f9y
href="3.asp?shop_name=<%=shop_name%>">分类商品 </A></DIV></TD>
<TD width=84 height=14> <DIV align=center><A class=f9y
href="4.asp?shop_name=<%=shop_name%>">综合资讯</A></DIV></TD>
<TD width=85 height=14> <DIV align=center><A class=f9y
href="7.asp?shop_name=<%=shop_name%>">旅游线路 </A></DIV></TD>
<TD width=85 height=14> <DIV align=center><A class=f9y
href="5.asp?shop_name=<%=shop_name%>">企业动态 </A></DIV></TD>
<TD width=85 height=14> <DIV align=center><A class=f9y
href="6.asp?shop_name=<%=shop_name%>">客户反馈 </A></DIV></TD>
<TD width=85 height=14> <DIV align=center><A class=f9y
href="8.asp?shop_name=<%=shop_name%>">诚聘英才 </A></DIV></TD>
<TD class=f9black align=middle width=97 height=14><A class=f9y
href="default.asp?shop_name=<%=shop_name%>">返回首页</A></TD>
</TR>
</TBODY>
</TABLE>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="images/bg_line.jpg" height="1"></td>
</tr>
</table>
<TABLE height=263 cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top width=133>
<div align="right"><img src="images/left_1.jpg" width="91" height="213"><BR>
</div>
</TD>
<TD vAlign=top width=1 background="images/bg_line.jpg"></TD>
<TD vAlign=top align=middle width=644>
<TABLE height=257 cellSpacing=0 cellPadding=0 width="98%" border=0>
<TBODY>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=4 cellPadding=2 width="550" border=0>
<TBODY>
<TR>
<TD width="616"> 当前位置:综合资讯</TD>
</TR>
</TBODY>
</TABLE>
<br>
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="3" cellpadding="2">
<tr bgcolor="#BEECA6">
<td width="14%"> 类 别</td>
<td width="50%"> 题 目</td>
<td width="22%"> 时 间</td>
</tr>
<%dim w(25)
w(1)="招租"
w(2)="招聘"
w(3)="转让"
w(4)="购物"
w(5)="饮食"
w(6)="家居"
w(7)="服饰"
w(8)="娱乐"
w(9)="医药"
w(10)="美容"
w(11)="教育"
w(12)="培训"
w(13)="旅游"
w(14)="交通"
w(15)="礼仪"
w(17)="咨询"
w(18)="印刷"
w(19)="搬迁"
w(20)="维修"
w(21)="广告"
w(22)="通讯"
w(23)="装修"
w(24)="家政"
w(16)="其它"
%>
<%set rs=conn.execute("select*from msg where fname='"& shop_name &"' ORDER BY id DESC ")
do while not rs.eof
i=i+1%>
<tr bgcolor="#F3FFE8">
<td width="14%">
<%response.write "[" & w(rs("kin")) & "]"%>
</td>
<td width="50%"> <a href="../../xinxi/show.asp?n=<%response.write rs(0)%>" target="_blank">
<%=rs("tit")%> </a></td>
<td width="22%"> <%=rs("tim")%> </td>
</tr>
<%if i=23 then exit do
rs.movenext
loop%>
</table>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE height=59 cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD background=images/e_040.gif>
<TABLE height=30 cellSpacing=0 cellPadding=0 width=777 align=center
border=0>
<TBODY>
<TR>
<TD class=f9y vAlign=bottom>
<DIV align=center><BR>
</DIV>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</BODY></HTML>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -