Automatically get the focus when the mouse passes INPUT

Automatically get the focus when the mouse passes INPUT

<input type="text" name="addr" onMouseOver="this.focus()" />

 

 

Guess you like

Origin www.cnblogs.com/insane/p/12355425.html