Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reload a popup window from main page when saving 1

Status
Not open for further replies.

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!
 
hi clflava, thanks for the reply

I am having trouble with that code - my program won't recognize "popup1"

it says "Error: 'popup1' is undefined
 
before it reloads - from <BODY ONLOAD>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top