Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html
This will open a window using the welcome.html file. The window will close itself after 5 seconds.
welcome = window.open('welcome.html');
setTimeout('welcome.close()',5000);
Posted On: 10-Jul-1999