anarchist
06-04-2003, 08:49 AM
this is a simple question at least it should be
I have a window that opens a popup which will then open another popup and close its self
the third window needs to refresh the first (also a named popup)
one method that should work would be window.opener.opener.refresh, however window.opener closed itself on creation of window thus breaking this possable link
I tried windowname.refresh() however this seemed to fail, is there another method that I've missed or does it appear to be as simple as getting the window name wrong?
I have a window that opens a popup which will then open another popup and close its self
the third window needs to refresh the first (also a named popup)
one method that should work would be window.opener.opener.refresh, however window.opener closed itself on creation of window thus breaking this possable link
I tried windowname.refresh() however this seemed to fail, is there another method that I've missed or does it appear to be as simple as getting the window name wrong?