在input输入框中输入密码,在前台显示的*号,怎么设置啊,在线等…………
------解决方案--------------------------------------------------------
现在的系统不显示*号了,显示的是圆点
------解决方案--------------------------------------------------------
全是圆点。。改不了。。。
------解决方案--------------------------------------------------------
怎么显示?
<input type=password value="你的密码" />
------解决方案--------------------------------------------------------
- HTML code
<input type="password" value="" />
------解决方案--------------------------------------------------------
<input type=password value="你的密码" />
------解决方案--------------------------------------------------------
<input type="password" value="" />
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
参考
------解决方案--------------------------------------------------------
参考
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
input标签设置类型为password 默认在页面输入的时候不就是圆点吗?
------解决方案--------------------------------------------------------
可以再属性里面设置的吧 先确定是密码框 然后属性里应该有的
------解决方案--------------------------------------------------------
WINFORM可以,WEBFORM不可以
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
<input id="txtpwd" type="password" /> //不行就有鬼了
------解决方案--------------------------------------------------------
- HTML code
<input type="password" name="txtPwd" id="txtPwd" />
------解决方案--------------------------------------------------------
<input type="password" />
------解决方案--------------------------------------------------------
<input type=password />。。。。。。。。。
------解决方案--------------------------------------------------------