Refreshing the parent window of a pop up window

peterdoherty

Well-known member
Joined
Feb 24, 2003
Messages
49
Hi there does anyone know how to refresh the parent window of a pop up window? I think I need to use window.opener in javascript but I am unsure how to refresh the opener window.

Cheers

Peter
 
Ok so I have a semi working part. I can use
Code:
 Response.Write("<script>window.opener.history.go()</script>") [/vb/ or [code=vb]Response.Write("<script>window.opener.location.reload()</script>")
when the form is being closed but does anyone know how to get around the Refresh dialogue thta comes up when you try to refresh an asp page? ie the one that says dat needs ot be sent back to server....

Cheers

Peter
 
To refresh the parent window of a pop up window? My code not working? I think I might misunderstand your question, because this code work fine for me
 
Back
Top