|
CodeAve.com - JavaScript - Misc | |||
|
|
|||
| Simple Pop-Under Window | ||||
|
|
||||
<html> <title>CodeAve.com(Pop-Under Window)</title> <body bgcolor="#FFFFFF"> <script language="JavaScript"> <!-- // Open a new window to Yahoo.com // at the end of the window statement .blur will force // the new window to the background with most browsers window.open('http://yahoo.com','','width=700,height=400,left=200,top=200').blur(); // Forces the current window to remain on top This page will remain as the top window.
|
||||
|
|
||||