javascript代码:
xmlhttp无刷新二级联动支持firefox<script language="javascript" type="text/javascript"> 
xmlhttp无刷新二级联动支持firefox
//jb函数会根据不同的浏览器初始化个xmlhttp对象 
xmlhttp无刷新二级联动支持firefox
function jb() 
script> 

aspx代码:
xmlhttp无刷新二级联动支持firefox        <tr>
xmlhttp无刷新二级联动支持firefox          
<td height="30" align="center">
xmlhttp无刷新二级联动支持firefox              
<asp:DropDownList ID="ddlyears" runat="server" AppendDataBoundItems="True">
xmlhttp无刷新二级联动支持firefox                  
<asp:ListItem Value="">请选择年份</asp:ListItem>
xmlhttp无刷新二级联动支持firefox              
</asp:DropDownList>                  
xmlhttp无刷新二级联动支持firefox              
</td>
xmlhttp无刷新二级联动支持firefox          
<td align="center"><asp:DropDownList ID="ddlnos" runat="server" AppendDataBoundItems="True">
xmlhttp无刷新二级联动支持firefox                
<asp:ListItem Value="">请选择刊号</asp:ListItem>
xmlhttp无刷新二级联动支持firefox              
</asp:DropDownList></td>
xmlhttp无刷新二级联动支持firefox        
</tr>

c#代码:
xmlhttp无刷新二级联动支持firefoxprotected void Page_Load(object sender, EventArgs e)
    }

相关文章:

  • 2021-08-21
  • 2021-08-01
  • 2021-08-29
  • 2021-07-16
  • 2022-12-23
  • 2022-03-03
猜你喜欢
  • 2021-09-09
  • 2022-12-23
  • 2021-10-14
  • 2021-11-07
  • 2022-12-23
  • 2021-07-11
  • 2021-10-16
相关资源
相似解决方案