天下Blog
关注程序人生,漫游编程思想!
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 4 文章- 1 评论- 3
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)
编辑
公告