HighDots Forums  

refresh opener

Javascript JavaScript language (comp.lang.javascript)


Discuss refresh opener in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gordan
 
Posts: n/a

Default refresh opener - 09-26-2003 , 08:24 AM






Hi,

I open a popup from my main window and when the popup closes the main has to
be restarted; so I did opener.history.go(0)

is there another way to refresh the opener?

Gordan



Reply With Quote
  #2  
Old   
Martin Honnen
 
Posts: n/a

Default Re: refresh opener - 09-26-2003 , 08:44 AM








Gordan wrote:

Quote:
Hi,

I open a popup from my main window and when the popup closes the main has to
be restarted; so I did opener.history.go(0)

is there another way to refresh the opener?
if (opener && !opener.closed) {
opener.location.reload();
}
but that doesn't make a difference to history.go(0)

--

Martin Honnen
http://JavaScript.FAQTs.com/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.