<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" class="font">
<tr>
<td height="44" align="right">产品编号:</td>
<td align="left"><input name="pro_id"></td>
</tr>
<tr>
<td height="41" align="right">
<%
set rs=server.CreateObject("adodb.recordset")
sq="select * from pro_big_part"
rs.open sq,conn,1,1%>
<select name="big_part" onChange="ld();ld2()">
<option value="" selected>选择一级目录</option>
<%while not rs.eof%>
<option value="<%=rs
基于数据库的三级菜单实现(二级同理)
最新推荐文章于 2024-03-04 19:02:21 发布