參考網站:http://dreamweaver.abang.com/od/html/a/ipnut_focus.htm

<input name="textfield" type="text" class="text" id="textfield" value="請輸入您的帳號"
onFocus="if (value =='請輸入您的帳號'){value =''}" onBlur="if (value ==''){value='請輸入您的帳號'}"
size="38">

<input name="textfield" type="text" class="text" id="textfield" value="請輸入您的密碼"
onFocus="if (value =='請輸入您的密碼'){value ='',type='password'}" onBlur="if (value =='',type='text'){value='請輸入您的密碼'}"
size="38">

文章標籤
全站熱搜
創作者介紹
創作者 mosquitoyo 的頭像
mosquitoyo

mosquitoyo~

mosquitoyo 發表在 痞客邦 留言(0) 人氣(104)