t;script language="JavaScript">
<!--
function newWindow() {
var x;
for (x = 0; x < 5; x++){
var
a=window.open('window[x].asp','sub','height=500,width=450,left=450');
}
//Set timer when window loads to call this script.
setTimeout("newWindow()", 1000);
//-->
</script>
David Debreceni
Senior VB/ASP Developer
David_Debreceni@reyrey.com <mailto:David_Debreceni@reyrey.com>
610-896-9202 x1086 -----Original Message-----
From: Drew, Ron [mailto:RDrew@BDFUSA.com]
Sent: Monday, August 19, 2002 5:23 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: opening new window on load I think this would work...Put the loop in Javascript and execute on the
body load
<script language="JavaScript">
<!--
function new |