在密碼輸入框內(nèi)默認(rèn)的有文字,鼠標(biāo)點(diǎn)擊之后,文字消失,輸入密碼是文本框type=“password”屬性 輸入
<input type="text" value="請(qǐng)輸入密碼!" onfocus="if(this.value==defaultValue) {this.value='';this.type='password'}" onblur="if(!value) {value=defaultValue; this.type='text';}" style="color:#CCC;" />
更多信息請(qǐng)查看IT技術(shù)專欄