Open a new window on page unload
Posted Friday, February 6, 2004
You can open a new window upon existing your web page by placing the following code within your BODY tag:
<body onUnload=window.open('http://www.domain.com'); self.blur();>
Tip provided by:
bnsoft.net