gusucode.com > 爱美尔女性商城源码 1.0源码程序 > join.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>招商加盟-<%=webname%></title>
<meta name="keywords" content="<%=keywords%>" />
<meta name="description" content="<%=description1%>" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.idtabs.js"></script>
<script type="text/javascript" src="js/swf.js"></script>
</head>
<body>
<!--#include file="top.asp" -->
<table width="995" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="20"><div align="center"></div></td>
  </tr>
</table>
<table width="995" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="189" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td style="background:url(images/index_left_top2.gif) top no-repeat left; height:50px;">&nbsp;</td>
        </tr>
      <tr>
        <td style="background:url(images/fenlei_bottom2.gif) bottom no-repeat left;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
           <%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * FROM BJX_class1 where typeid=3 order by anclassidorder asc",conn,1,1
if rs.recordcount=0 then
response.write "<br>目前没有商品分类"
else
while not rs.eof
%>
		 
		  <tr>
            <td><b><a href="help.asp?anid=<%=rs("anclassid")%>" class="a1"><img src="images/list_ico1.gif" width="28" height="23" align="absmiddle" /><%=rs("anclass")%></a></b></td>
          </tr>
          <tr>
            <td style="padding-left:28px; padding-top:5px;">
			<%set rss=server.CreateObject("adodb.recordset")
		  rss.open "select * FROM BJX_class2 where typeid=3 and anclassid="&rs("anclassid")&" order by nclassidorder asc",conn,1,1		
		  if not rss.eof then
		i=1
		do while not rss.eof%>
			 <a href="help.asp?anid=<%=rss("anclassid")%>&nid=<%=rss("nclassid")%>"><%=rss("nclass")%></a> <br />
			  <%
	    rss.movenext
         i=i+1
    	 loop
		rss.close
		end if
		
	%>
               </td>
          </tr>
		  <%
	rs.movenext
wend
end if
rs.close
set rs=nothing
%>
         
        
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="5"><div align="center"></div></td>
        </tr>
      </table>
    </td>
    <td width="10" valign="top"><div align="center"></div></td>
    <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="40">您当前的位置: <a title="" href="index.asp" alt="">首页</a>  &gt;&gt; <b>招商加盟</b></td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td style="padding:10px; font-size:14px; line-height:200%;"> <%
set rs=server.createobject("adodb.recordset")
sql="select vip from BJX_config "
rs.open sql,conn,1,1
aboutcontent=rs("vip")
rs.close
set rs=nothing

%>  
                     <p><%=aboutcontent%></p></td>
        </tr>
      </table></td>
  </tr>
</table>
<!--#include file="bottom.asp" -->
</body>
</html>