I have a transitional window "transition.html" (that is opened with a password).
It has the following code to open automatically "newwindow.html"
<script>
function winopen(){....
</script>
</HEAD>
<BODY>
<body onLoad="winopen()">
But how could it CLOSE automatically "transition.html" after "newwindow.html" is opened?
Thanks for your help.
A. Higueras
It has the following code to open automatically "newwindow.html"
<script>
function winopen(){....
</script>
</HEAD>
<BODY>
<body onLoad="winopen()">
But how could it CLOSE automatically "transition.html" after "newwindow.html" is opened?
Thanks for your help.
A. Higueras