首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

input输入框,该如何处理

2012-04-15 
input输入框在input输入框中输入密码,在前台显示的*号,怎么设置啊,在线等…………[解决办法]现在的系统不显示*

input输入框
在input输入框中输入密码,在前台显示的*号,怎么设置啊,在线等…………

[解决办法]
现在的系统不显示*号了,显示的是圆点
[解决办法]

全是圆点。。改不了。。。
[解决办法]
怎么显示?
<input type=password value="你的密码" />
[解决办法]

HTML code
<input type="password" value="" />
[解决办法]
<input type=password value="你的密码" />
[解决办法]
<input type="password" value="" />


[解决办法]
探讨

HTML code

<input type="password" value="" />

[解决办法]
参考
[解决办法]
参考
[解决办法]
探讨
怎么显示?
<input type=password value="你的密码" />

[解决办法]
input标签设置类型为password 默认在页面输入的时候不就是圆点吗?
[解决办法]
可以再属性里面设置的吧 先确定是密码框 然后属性里应该有的
[解决办法]
WINFORM可以,WEBFORM不可以
[解决办法]
探讨

WINFORM可以,WEBFORM不可以

[解决办法]
探讨

怎么显示?
<input type=password value="你的密码" />

[解决办法]
<input id="txtpwd" type="password" /> //不行就有鬼了
[解决办法]
HTML code
<input type="password" name="txtPwd" id="txtPwd" />
[解决办法]
<input type="password" />

[解决办法]
<input type=password />。。。。。。。。。
[解决办法]
探讨
怎么显示?
<input type=password value="你的密码" />

热点排行