同桌上课用手指进去了好爽_欧美丰满熟妇xxⅹⅹ性大i_成人av天天日天天拍拍_猛男gay帅男gay男男同志_欧美va天堂在线观看_人妻无码av中文系列三里桃花_亚欧免费无码在线观看_久久久精品国产亚洲av水_日韩在线免费看污污污_2021无码专区人妻系列日韩

首頁 優(yōu)化推廣 onBlur事件與onfocus事件(js)

onBlur事件與onfocus事件(js)

來源: | 時(shí)間:2013/4/15 11:44:50 |

onFocus事件就是當(dāng)光標(biāo)落在文本框中時(shí)發(fā)生的事件。

onBlur事件是光標(biāo)失去焦點(diǎn)時(shí)發(fā)生的事件。

可以編如下例子

1.html

<HTML>
<HEAD>
<TITLE>使用onBlur事件處理程序</TITLE>
</HEAD>
<BODY BGCOLOR="lavender">
<FORM name="F1">
<INPUT TYPE=text NAME=text1 value="1111ONBLUR_green" ONBLUR="(document.bgColor='green')">
<INPUT TYPE=text NAME=text2 value="2222ONBLUR_black" ONBLUR="(document.bgColor='black')">
<INPUT TYPE=text NAME=text2 value="3333ONBLUR_yellow" ONBLUR="(document.bgColor='yellow')">
<br>
<p>
<INPUT TYPE=text NAME=text3 value="4444onfocus_blue" onfocus="(document.bgColor='blue')">
<INPUT TYPE=text NAME=text4 value="5555onfocus_red" onfocus="(document.bgColor='red')">
<INPUT TYPE=text NAME=text4 value="6666onfocus_orange" onfocus="(document.bgColor='orange')">
</FORM>
</BODY>
</HTML>

還有以下例子

2.html

3 <!-- 文件說明:OnFocus事件 -->
04 <!-- ------------------------------ -->
05 <html>
06 <head>
07 <title>OnFocus事件</title>
08 </head>
09 <body>
10 <Form>

11 <input type="text" name="test1" value="test1" onclick=alert("可以關(guān)掉!")>
11 <input type="text" name="test1" value="test1" onblur=alert("可以關(guān)掉aaaaaaa!")>

11 <input type="text" name="test1" value="test1" onclick=alert("可以關(guān)掉bbbbbbbbb!")>
12 <input type="text" name="test2" value="一按我就無法關(guān)掉了,haha" onFocus=alert("我成為了輸入焦點(diǎn)!")>
13 </Form>
14 </body>
15 </html>

服務(wù)熱線

153 8323 9821

功能和特性

價(jià)格和優(yōu)惠

網(wǎng)站和維護(hù)

推廣和優(yōu)化

微信服務(wù)號(hào)