日期:2014-05-17  浏览次数:20770 次

高手们,二级菜单为什么不能联动
<!--#include file="../xyconn.asp" -->
<!--#include file="seeion.asp"-->
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>企业添加产品</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-size:12px;
}
.button{font-size:12px; background:url(button.gif); border:1px solid #BDC5CA; height:23px; color:#333333}
.STYLE1 {font-size: 12px}
.STYLE3 {font-size: 12px; font-weight: bold; }
.STYLE5 {color: #FF0000}
-->
</style>
<script language="javascript">
function showUploadDialog(s_Type, s_Link, s_Thumbnail){
var arr = showModalDialog("xyeWebEditor/dialog/i_upload.htm?style=popup&type="+s_Type+"&link="+s_Link+"&thumbnail="+s_Thumbnail, window, 

"dialogWidth:0px;dialogHeight:0px;help:no;scroll:no;status:no");}
</script>
<script language = "JavaScript">
<%
Set Rs = Server.CreateObject("Adodb.Recordset")
Rs.Open "SELECT * FROM SmallClass ORDER BY SmallClassID asc",conn,1,1
%>
var onecount;
onecount=0;
subcat = new Array();
<%
  i = 0
  Do While Not Rs.eof 
%>
subcat[<%=i%>] = new Array("<%= Trim(Rs("SmallClassName"))%>","<%= Rs("BigClassID")%>","<%= Rs("SmallClassID")%>");
<%
  i = i + 1
  Rs.MoveNext
  Loop
  Rs.Close
%>
  
onecount=<%=i%>;

function changelocation(locationid,formname)
  {
  formname.SmallClassID.length = 0; 

  var locationid = locationid;
  var i;
  for (i = 0;i < onecount; i++)
  {
  if (subcat[i][1] == locationid)
  {
  formname.SmallClassID.options[formname.SmallClassID.length] = new Option(subcat[i][0], subcat[i][2]);
  }  
  }
   
  }  
</script>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
  <td height="30" background="images/tab_05.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
  <td width="12" height="30"><img src="images/tab_03.gif" width="12" height="30" /></td>
  <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
  <td width="46%" valign="middle"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
  <td width="5%"><div align="center"><img src="images/tb.gif" width="16" height="16" /></div></td>
  <td width="95%" class="STYLE1">