简体   繁体   中英

Classic ASP Focus Textbox Forever/Never Lose Focus

有没有一种方法可以使文本框聚焦,即使他们单击屏幕上的其他位置,也可以继续使该文本框保持聚焦状态?

I don't know why you would ever want to do this, as I personally would leave the site if a page on the site did this. I like to have control over my browser thank you very much :)

This is how you could pull it off though:

<input type="text" onblur="this.focus()" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM