kev510
Programmer
- Jul 12, 2006
- 61
Hello guys.
This seemed to be an easy thing to search for on google/this forum, but I could't find a specific answer to my problem --
I am trying to have Page1 reload popup1 whenever page1 is saved. Now I would need for page1 to check if popup1 is open before I could reload it.
How would I go about doing this? This is what oens the popup1 in the first place -->
popup1 = window.open("popup1.asp?value="+valuex,'popup1','toolbar=no,status=no,scrollbars=yes,resizable=yes,width=800,height=350,left=70,top=60');
Thanks everyone for the help!
This seemed to be an easy thing to search for on google/this forum, but I could't find a specific answer to my problem --
I am trying to have Page1 reload popup1 whenever page1 is saved. Now I would need for page1 to check if popup1 is open before I could reload it.
How would I go about doing this? This is what oens the popup1 in the first place -->
popup1 = window.open("popup1.asp?value="+valuex,'popup1','toolbar=no,status=no,scrollbars=yes,resizable=yes,width=800,height=350,left=70,top=60');
Thanks everyone for the help!