09 2008 档案

摘要: --1.服务器端的下拉框<asp:DropDownList ID="ddlSelectLineType" runat="server" Width="50" ></asp:DropDownList>在脚本中得到服务器端的下拉框的脚本代码:var first = $("ddlSelectLineType").value;--2.服务器端的RadioButtonList<...阅读全文
posted @ 2008-09-24 15:55 liyundong 阅读(118) | 评论 (0) 编辑