asp里如何用两个select实现级联效果
搜索:<select name="selSearch " style="width:100px">
<option value="pactState">合同状态</option>
<option value="branchInfo">所属部门</option>
<option value="salesManInfo">业务员</option>
</select>
值:<select name="selValue " style="width:100px"></select>
第一个select的options的value的值是数据库表名
第二个select的options里的值要根据第一个select里被选中的项来显示相应的表里的数据
这问题怎么弄啊
本人刚学,请各位大虾帮帮忙
这不是ASP问题。。是JS的问题。。。。
拒绝回答
那这个得用js来做么?
谢谢3楼!
相关问答:
在asp里怎么调用java写的webservice方法,有很多方法
- <message name="RtPnrIn">
<part name="bstrPnrNO" type="s:string" />
<part name ......
3个radioButton
一个Button
一个label
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
string str = null;
RadioButton rdo=(RadioButton)sender;
......
发给我一份 280535258@qq.com 谢谢 要分可以说 多少都行
参考::!!!!
前台
<%@ Page language="c#" Codebehind="Domain.aspx.cs" AutoEventWireup="false" Inherits=&q ......
Dim aa
aa=GetURL("http://localhost/test1.asp")
Function GetURL(url)
Set Retrieval = Server.CreateObject("Microsoft.XMLHTTP")
With Retrieval
On E ......