elyasheinin
08-10-2002, 03:00 PM
i'm opening a popup windows with:
<script>
function OpenWin(hTML)
win=window.open(hTML,"",proprties);
</script>
where properties is predefined var.
now, there more than one popup windows, so every time i'm opening a new one, i want to close the last opened.
How can i do it?
<script>
function OpenWin(hTML)
win=window.open(hTML,"",proprties);
</script>
where properties is predefined var.
now, there more than one popup windows, so every time i'm opening a new one, i want to close the last opened.
How can i do it?