亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

用javascript實現(xiàn)的激活輸入框后隱藏初始內(nèi)容

 更新時間:2007年06月29日 00:00:00   作者:  
<div>   
<label for="email">Email</label>   
<input name="email" type="text" id="email" style="width:134px;" onfocus="if(this.value==’Input your email’)this.value=’’;"onblur="if(this.value==’’)this.value=’Input your email’;" value="Input your email" />   
<label for="pwd">Password</label>   
<input name="pwd" type="password" id="pwd" style="width:132px;" onfocus="if(this.value==’inputpass’)this.value=’’;"onblur="if(this.value==’’)this.value=’inputpass’;" value="inputpass" />   
</div> 

相關(guān)文章

最新評論