日期:2014-05-16 浏览次数:21002 次
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!--#include file="adminconn.inc" -->
<!--#include file="yanzheng.asp"-->
<%
dim rs
dim sql
dim count
set rs=server.createobject("adodb.recordset")
sql = "select * from bigClass order by bigClassID asc"
rs.open sql,conn,1,1
%>
<script language = "JavaScript">
var onecount;
subcat = new Array();
<%
count = 0
do while not rs.eof
%>
subcat[<%=count%>] = new Array("<%= trim(rs("bigClassid"))%>","<%= trim(rs("BigClassName"))%>","<%= trim(rs("bigClassid"))%>");
<%
count = count + 1
rs.movenext
loop
rs.close
%>
onecount=<%=count%>;
</script>
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>后台管理</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK href="images/style.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2900.6082" name=GENERATOR>
<base target="right">
</HEAD>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=left border=0>
<TBODY>
<TR>
<TD width=10></TD>
<TD width=790>
<TABLE cellSpacing=0 cellPadding=0 width=1107 align=center border=0>
<TBODY>
<TR>
<TD class=14 align=middle width=92
background=images/right_top.png
height=24><STRONG>管理首页</STRONG></TD>
<TD width=1015 background=images/right_topbg.png
bgColor=#ffffff></TD></TR></TBODY></TABLE>
<TABLE class=bian cellSpacing=0 cellPadding=0 width=1118 align=center
border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#f2f7f9 height=480>
<TABLE cellSpacing=0&