📄 shop.asp
字号:
<!--#include file="conn.asp"-->
<!-- #include file="shopconn.asp" -->
<%
if Request.Cookies("NC")="" or Request.Cookies("NC")="访客" then
Response.Write("对不起,您不是社区用户,请先注册!")
Response.End
else
dim shopid
dim maxlist,currentpage,pcount,page_count,endpage,rs,sql,i
call shophead()%><HTML><HEAD><title>超级市场</title>
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--
function ShowGRZL(nc) {
l = screen.width/2-500/2;
t = screen.height/2-250/2;
window.open('../grzl.asp?NC='+nc,'fGRZL','scrollbars=no,toolbar=no,menubar=no,location=no,status=no,resizable=no,width=500,height=250,left='+l+',top='+t);
}//-->
</script><br><br>
<TABLE width="90%">
<TR><TD><TABLE width="90%">
<TR>
<TD rowspan="2" width="50%" align=center><br><a href=shopshow.asp?id=1><img src=pic/girl.gif alt=购买女式服装的地方 border=0></a></TD>
<TD width="50%">店名:<a href=shopshow.asp?id=1><b>女式服装店</b></a></TD>
</TR>
<TR>
<TD>商店状态:正常营业</TD>
</TR>
</TABLE>
</TD>
<TD align=center>
<TABLE width="90%">
<TR>
<TD rowspan="2" width="50%" align=center><a href=shopshow.asp?id=0><img src=pic/boy.gif alt=购买男式服装的地方 border=0></a></TD>
<TD width="50%">店名:<a href=shopshow.asp?id=0><b>男式服装店</b></a></TD>
</TR>
<TR>
<TD>商店状态:正常营业</TD>
</TR>
</TABLE>
</TD></TR>
</TABLE>
<%connshop.close
set connshop=nothing%>
</center></body></html>
<% end if %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -