
| <SCRIPT>
/* opens
a new window, set its parameters, & assigns it to the variable
newWindow
*/
newWindow = open('',
'newWin', /* newWindow.document.write(" /* for (i =
0; i < 100; i++) { /* this closes the HTML page */ newWindow.document. write("</BODY> </HTML>" ); /* once everything has been completed close the document window */ newWindow.document. close()</SCRIPT> <BODY> <H1>This window is looping madly!</H1> |