R
Raffi
I'm facing a tricky (at least for me) page reload/refresh scenario and
need some help.
I'm working on a web application which is primarily used with MSIE. The
application has a main window with an i-frame in it. The i-frame
contains various dynamic links for opening data entry popups. One of
these popups has a couple of i-frames itself. These i-frames also have
links to scripts which make changes to a server side database.
I need for the main application window to reload (refresh) when a
script is run in one of the i-frames of the popup data entry window
(changes are made to the database). So far I've been able to reload the
i-frame in the main application window but not the main window itself.
I would prefer not to use specific window/frame names but to use
relative properties like parent, top, frame[1] etc.
Any help would be appreciated.
Thanks,
Raffi
need some help.
I'm working on a web application which is primarily used with MSIE. The
application has a main window with an i-frame in it. The i-frame
contains various dynamic links for opening data entry popups. One of
these popups has a couple of i-frames itself. These i-frames also have
links to scripts which make changes to a server side database.
I need for the main application window to reload (refresh) when a
script is run in one of the i-frames of the popup data entry window
(changes are made to the database). So far I've been able to reload the
i-frame in the main application window but not the main window itself.
I would prefer not to use specific window/frame names but to use
relative properties like parent, top, frame[1] etc.
Any help would be appreciated.
Thanks,
Raffi