⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toogs.asp

📁 ..不怎么明白。不知道这个市什么只想下个服务端
💻 ASP
字号:
<!-- #include file="inc/con_shop.asp" -->
<!-- #include file="../include/jk_pagecute.asp" -->
<!-- #include file="../include/jk_page_cute.asp" -->
<!-- #include file="inc/con_shop_list.asp" -->
<!-- #include file="../include/class_com.asp" -->
<%dim sql_var,nummer,nums,rssum,page,viewpage,thepages,taxis
nummer=12
nums=nummer
tit="产品列表"
call cid_sid()
if int(cid)>0 then
  sql_var=" and c_id=4"
end if
if int(sid)>0 then
  sql_var=sql_var&" and s_id="&sid
end if
if action<>"" then
  taxis=trim(request.querystring("taxis"))
end if

call web_head(0,0,0,0,0)
call shop_load(1,0,0)%><table width="912" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="208" valign="top" bgcolor="#990000"><%call left_notice()%><%call left_about()%><%call left_links()%></td>
    <td width="6" background="../skin/aouoo_skin/index/body_line.gif"><img src="../skin/aouoo_skin/index/body_line.gif" width="6" height="30" /></td>
    <td valign="top" bgcolor="#D40000"><%
select case action
case "search"
  call shop_list_search()
case "more"
  call shop_list_more(4)
case else
  call shop_list_more(4)
end select%></td>
  </tr>
</table><%
call shop_end()
call web_end(0,0)
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -