Click to See Complete Forum and Search --> : Reloading pages displayed in other windows


bcomer
01-06-2003, 02:29 PM
Folks:

How can I force other browser windows to reload when a 'Reload' button is selected in an unrelated window?

For example:

Window one displays one.jsp
Window two displays two.jsp

Window three displays three.jsp which has a 'Reload' button
used to reload windows one & two.

How can I determine if window 'one' and window 'two' are open and send them a reload() command?

Thanks in advance
Barry

bcomer
01-06-2003, 03:20 PM
I should provide some more information:

A main window opens windows one, two and three using
window.open(). Some configuration change is made in the
main window which causes it to reload. I want to add
some javascript to the main window onLoad() command which will
check to see which of the other windows is open and cause them to also reload.

My first posting was an attempt to simplify the requirement.

bcomer
01-07-2003, 12:45 PM
Dave:

Your code worked fine except for one thing. There is
a javascript function on window three that I would like
to call which clears a timer before triggering a
form::submit(). How can i call the function from
window one now that I have a reference to window
three?

Thanks
Barry