摘要: 〈form method="POST"〉〈input type="button" value="按钮" name="B1" style="font-family: 隶书; font-size: 9pt; background-image: url(’file:///D:/Inetpub/wwwroot/asp/wwwboad/IMAGES/asp400.jpg’); border-left: medium ridge rgb(128,0,0); border-right: medium none rgb( 阅读全文
posted @ 2012-12-06 10:28 Raywang80s 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 直接给 input type="password"的输入框赋值不行,由于安全因素,不允许对密码框赋默认值,只能通过键盘的方式输入值。而又要在密码框显示*密码,换个思路使用简单的js脚本即可实现这个效果。<input type="password" id="txtPass" style="display:none;" runat="Server"/><input type="text" runat="server" id="txt 阅读全文
posted @ 2012-12-06 10:02 Raywang80s 阅读(4325) 评论(0) 推荐(0) 编辑