wordhead.asp
资源名称:shop2.rar [点击查看]
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:4k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <link href="img/nbase<%=skinid%>.css" rel="stylesheet" type="text/css" />
- <div class="topp_main">
- <div class="topp_left">
- <div class="topp_l1"><a href="http://<%=weburl%>"><img src="<%=weblogo%>" border="0" /></a></div>
- </div>
- <div class="topp_right">
- <div class="topp_right topp_t1" style="width: 706px; height: 40px">
- <div class="topp_r1" style="width: 285px; height: 29px">
- <div class="topp_ra"><img src="img/header1_09.jpg" /></div>
- <div class="topp_rabg" style="padding-top:3px; padding-bottom:4px; width:265px; height:29px">
- <marquee scrollAmount=3 width=100%><%=gonggao%></marquee>
- </div>
- <div class="topp_ra">
- <img src="img/header1_12.gif" width="8" height="28" /></div>
- </div>
- <div class="topp_r2" style="width: 398px; height: 30px">
- <div class="topp_r2a" style="width: 82px; height: 28px">
- <img src="img/header1_06.gif" width="84" height="28" /></div>
- <div class="topp_r2b topp_bg ggk"><span class="ggk"><a href="buy.asp?action=show">购物车</a></span></div>
- <div class="topp_r2b topp_bg"><span class="ggk1">
- <a href="Price.asp">报价中心</a></span></div>
- <div class="topp_r2b topp_bg"><span class="ggk1"><a href="help.asp">服务栏目</a></span></div><div class="topp_r2b topp_bg">
- <span class="ggk1"><a href="http:viewreturn.asp">留言反馈</a></span></div>
- </div>
- </div>
- <div class="topp_right topp_t2">
- <div class="menu1">
- <ul>
- <li class="nav_current"><a href="index.asp"><span style="font-weight:bold">首 页</span></a></li>
- <li class="nav_link"><A href="class.asp?lx=news">新品上架</A></li>
- <li class="nav_long"><a href="class.asp?lx=tejia">特价促销</a></li>
- <li class="nav_link"><A href="class.asp?lx=hot">推荐商品</A></li>
- <li class="nav_link"><A href="user.asp">用户中心</A></li>
- <li class="nav_link"><A href="trend.asp">商城新闻</A></li>
- <li class="nav_link"><A href="inform.asp">行业资讯</A></li>
- <li class="nav_link"><A href="shopsort.asp">导航分类</A></li>
- <% if bbslogo=0 then %>
- <li class="nav_link"><A href="bbs/default.asp">商城社区</A></li><%end if %>
- </ul>
- </div>
- </div>
- </div>
- <div class="topp_main">
- <div class="topp_main1 topp_bgcolor topp_height">
- <div class="topp_maina" style="margin-top:0px!important;margin-top:6px;">
- <div class="link_left" style="width: 989px; height: 27px">
- <p style="text-align: center">
- <%
- set rs=server.CreateObject("adodb.recordset")
- rs.open "select * from bsort order by anclassid",conn,1,1
- if rs.eof and rs.bof then
- response.write "<center> </center>"
- else
- %>
-   
- <%
- while not rs.eof
- response.write "<a href=class.asp?lx=big&anid="&rs("anclassid")&">"&trim(rs("anclass"))&"</a> | "
- rs.movenext
- wend
- %>
- <%end if
- rs.close
- set rs=nothing%>
- <%
- set rs=server.CreateObject("adodb.recordset")
- rs.open "select * from brand where tuijian=1 order by pingpaiorder",conn,1,1
- if rs.eof and rs.bof then
- response.write "<center> </center>"
- else
- %>
- <%
- while not rs.eof
- response.write "<a href=research.asp?action=2&selectname="&trim(rs("pingpainame"))&"&anclassid=0&jiage=100000>"&trim(rs("pingpainame"))&"</a> | "
- rs.movenext
- wend
- %>
- <%end if
- rs.close
- set rs=nothing%>
- </div>
- </div></div></div></div>
- <div class="n_qi"><a href=<%=dhurl%>><img src="<%=dh%>"></a></div>
English
