Sundy original 20004-11-03
Nowadays, the pop-up window is messy. Many people do not want to see the pop-up window. However, some useful windows want to be seen by others. the opne method is blocked when the window is opened. You can solve this problem so that your window is not blocked by Google toolbar. Even if the Interception Function is enabled, it does not intercept.
The following code is in ie6sp1, Google Toolbar (enable blocking pop-up window), and passes the test
Default.htm
<Script language = "JavaScript">
VaR test = {{showmodaldialog('open?#htm', 'openwindow ','');
Window. Opener = NULL;
Window. Close ();
</SCRIPT>
Opentracing htm
<Script language = "JavaScript">
Function openfullscreen (){
Window. Open ("default1.htm", "full", "fullscreen"); // The ult1.htm file to pop up the window file for you
Window. returnvalue = "test ";
Window. Close ();
}
Openfullscreen ();
</SCRIPT>