Hi,
I'm using this script to create popups, but it repeats forever and I was wondering if there was anyway of stopping it?
Any help would be much appreciated, thanks.HTML Code:<head> <script language="javascript"> function timerpopup() { window.open ("column1.html", "", "width=480,height=827,left=0, top=0,links=0,menubar=0"); } </script> </head> <body> <script type="text/javascript"> <!-- ; window.setInterval("timerpopup()",2000); // --> </script> </body>
Mike



Reply With Quote
Bookmarks