Home >Web Front-end >JS Tutorial >Quick solution to prevent the use of the tab key on web pages_javascript skills

Quick solution to prevent the use of the tab key on web pages_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:17:041685browse

In some web pages or when using pop-up layers, generally in IE browsers we do not want to use tabs or

Using the tab key will cause certain problems, such as:

After popping up the layer, the tab key can also be operated on the catalog page, which will cause a script error.

So what if we avoid this situation?

Control through keyboard events

Copy code The code is as follows: