How to automatically close one past window?

admin

Administrator
Staff member
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
 
Back
Top