How to intercept IE event

zhaozj2021-02-11  191

How to intercept IE event -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - author: Duan Yong Yi (dyydyy) Home page: http: //ware.51.net unit: in machine House time: 2001-4-26 ------------------- ----------------------------- Regular Internet friends may have this experience, your right click function may be intercepted Stay, turn the page, a warning dialog, or transfer to the Add to Favorites, etc., without the system right-click menu. Everyone knows this is the effect of the Script applet, let's discuss this aspect. To achieve the above effect, we can divide it into two steps: 1. Capture event 2. Event transfer. ------------------------------------------------ 1. Capture the event (1). Relatively with VBScript capture events, especially for friends who are familiar with VB, that is, it is simple, as long as it is defined as the following form.