博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年11月12日

摘要: <asp:TextBox ID="txtName" runat="server" ></asp:TextBox><script type="text/javascript"> document.getElementById("<%=txtName.ClientID%>").focus(); </script> 放到页面的最下面就行 阅读全文

posted @ 2008-11-12 13:17 LonelyStar 阅读(5926) 评论(2) 推荐(0) 编辑