<HEAD>
<TITLE>EIW JavaScript Demo - Annoying Popup Windows</TITLE>
</HEAD>
<BODY>
<SCRIPT>
newWindow = window.open("ad.html","","toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,status=yes,resizable=1,width=260,height=200");
</SCRIPT>
<H2>Annoying Popup Window</H2>
You should get a new window when you load this document that contains
an annoying message.
|