Click to See Complete Forum and Search --> : closing window


Jackwigget
07-08-2003, 12:53 AM
hey, I need a way to close the window with out it asking the user weather or not to close... when the user goes to my url, another window pops up, and the first one closes. the only problem is when the first one closes, it prompts the user. I don't want it too! Thanks!

Jackwigget
07-08-2003, 12:54 AM
the way im doing it now is:



<script>
<!--
self.close()
//-->
</script>



Thanks!

JHL
07-08-2003, 01:11 AM
<script>
<!--
window.opener = window
self.close()
//-->
</script>