Hidden window / Secret window:

This secret / hidden window javascript will open a browser window out of view. It works in both I.E. and Netscape but you should add the onload="self.blur()" tag to the hidden page for your Netscape using visitors.


This code goes into the HEAD section:

Or you could do it like:




NOTE: Make sure to add self.blur() to the body tag of the page you
intend to open as the hidden window like:
<body onload="self.blur()">



Click here to go back.