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)
    }

相关文章: