Click to See Complete Forum and Search --> : would this work?


man
08-05-2003, 05:00 PM
<script type="text/javascript">
<!--
window.open("lang.htm","newWindow","height=680,width=900,left=50,toolbars=no,scrollbars=no,resizable=no");
window.opener = top;

var i = 0;

function count()
{ i = i + 1;
aktiv = window.setTimeout("count()",10000);
}

window.close();
//-->
</script>

AdamBrill
08-05-2003, 05:10 PM
would this work?It depends on what you are trying to do... ;) Please explain what it is that you are trying to do.

man
08-06-2003, 04:11 AM
i want let pass some seconds time between open and close option, because some browsers will close the window before the lang.htm has opened