The Cool Window Popup Thinggy!

Ok... this is your content page... you'll notice that a window will open and close automatically for your viewing pleasure. I much prefer this to the standard open a window and leave it open.

This effect could be used to promote something, point something out or just say hello!  Just view source for the code to this page...

The pop up window code is listed below:

<html>
<head>
<title>Greetings!</title>
</head>
<body bgcolor="#008000" text="#FFFFFF"
onLoad="if (window.focus){window.focus()}; setTimeout('window.close()',5000)">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr><td align="center" valign="middle">
<font face="verdana, arial" size="4">
<b>Hello, world!<br>
(Yawn!)</b>
</font></td></tr>
</table>
</body>
</html>