Click to See Complete Forum and Search --> : Need Help! Unlimited windows open with window.open script!


zizand
07-26-2003, 05:06 PM
Hey how are you all, im placing a javascript for the first time, it is "window.open", but when i open the page, it starts loading unlimited windows one after another, i wish anyone can help me. Here´s the code I placed on the page:

<SCRIPT LANGUAGE="javascript">
<!--
window.open ('tst.html')
-->
</SCRIPT>

I´ve tried placing it at the beginning, in the middle, and at the end of the page code, but it does the same thing.

I appreciate your help! Thanks!

Khalid Ali
07-26-2003, 05:47 PM
ofcourse...you are calling the page everytime window is opend..what are you complaining for...:D

change the pages name to something else like the opening page must not have the same name as you re openingin the window.open()...make sense?