<HTML> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script> function removeSubmitFocus(){ document.all('pass').outerHTML="<input type=text name='"+document.all('pass').name+"' value='"+document.all('pass').value+"'>" } </script> </head> <body style="border:0;margin:5px;" class="bodyWindow" scroll="auto"> <input type="button" name="hidden1" value="将password改为text " onclick="removeSubmitFocus()" ><span style="color:red">先在密码框中输入文字效果更明显</span> <input type=password name="pass" id="pass"/> </body> </html>
详细解决方案
动态改动input标记的type属性 如password改为text
热度:169 发布时间:2012-11-05 09:35:12.0
相关解决方案
- java.lang.NumberFormatException: For input string: "id"该如何处理
- spring MVC cvc-complex-type.2.4.c解决方案
- 新手,请问input type=text有关问题
- java.sql.SQLException: Access denied for user 'root'@'localhost' (using password,该如何处理
- 不走"<script type='text/javascript'>"标签咋回事
- <input type="hidden" name="" value="" />请教这句话的name,value什么意思
- JSP 页面乱码 页面起首已设置 contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"
- xfire错误:For input string: ""
- input type=text 替空时 ,为什么不为null
- 在jsp页面下导入.xls文件,报错:Posted content type isn't multipart/form-data
- <script type="javascript/text">的有关问题
- 【jsp】jsp中java代码段中怎么获取本页面<input>标签的值
- java.lang.NumberFormatException: For input string: "1>"解决思路
- java.lang.IllegalArgumentException: argument type mismatch解决方案
- struts2 type="redirect"该如何处理
- 'http://reg.163.com/login.jsp?type=1&url=http://entry.mail.163.com/coremail/fcg/,该如何处理
- 小弟我在网下找的图片验证码,小弟我这个页面的值<input type="text">如何传不到Servlet里面去,请高手瞧瞧
- streams type cannot be used in batching,该如何解决
- unsupported content type in editor解决思路
- <input name="test[0].name"><input name="test[1].name">像这样的表单在servlet中怎么获取
- <html:text>property的有关问题
- 关于<html:text>相关的有关问题
- textarea和 input 展示的有关问题
- Cannot find any information on property 'cipher' in a bean of type 'xx.JiamiBean解决思路
- jsp <input text> post提交到action 中文乱码,该如何处理
- input 默认值的有关问题
- Only a type can be imported. com.mysql.jdbc.Driver resolves to a package解决方案
- <input text>怎么禁止键盘输入但允许控件输入
- 请问:org.apache.jasper.JasperException: Cannot find any information on property 'userPhone' in a bean of type 'Bean.Sender'
- java.lang.NumberFormatException: For input string: ""报错,求大家帮助,该如何处理