2. TT
3. maxthon
The default installation of chrome and firefox does not have page interception, and there are some corresponding plug-ins
When testing, you cannot test locally. The page must be placed on the http server. 1. ie Set page interception to high, and all methods cannot be opened in a new page.
The interception is set to medium, window.open, on the page written directly, new a click, and form submit can open the page, but timeout cannot open the page.Set interception to low, and all of the above methods can be turned on.
After the ie6 submit method, will be added after the url? Such as http://www.baidu.com/?2. maxthon
does not inherit the interception settings of ie.
maxthon supports a certain timeout open. The current test is about 850 ms. The above methods cannot open the page when the timeour is greater than 850.
3. chrome
Chrome does not support the timeout open method, which is consistent with ie.
4. TT
TT Scripts cannot be used to open new pages in custom screen mode.
5. firefox
The default method of firefox does not intercept, and the above methods can be opened.
Code