Rumah > hujung hadapan web > html tutorial > html在元素获得焦点时触发的事件属性onfocus

html在元素获得焦点时触发的事件属性onfocus

黄舟
Lepaskan: 2017-11-04 11:39:04
asal
5252 orang telah melayarinya

实例

Execute a JavaScript when an input field gets focus:

<input type="text" id="fname" onfocus="setStyle(this.id)">
Salin selepas log masuk

浏览器支持

IE

Firefox

Chrome

Safari

Opera

所有主流浏览器都支持 onfocus 属性。

定义和用法

onfocus 属性在元素获得焦点时触发。

onfocus 常用于