R
Raffi
Hello,
I've been struggling and trying to work around this for a while and
have even posted on usenet in the past without any working solutions.
I'm posting it again in case someone out there has a solution.
I'm working on a web application with an i-frame in the main
application window. Inside the i-frame are various dynamic links for
opening data entry popups. One of these popups has a couple of i-
frames itself. These i-frames also have dynamic links which execute
scripts to make changes to a server side database.
I need for the main application window to be redirected when a script
is executed in one of the i-frames of the popup data entry window
(when 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.
All of the windows, i-frames and scripts are on the same domain and
server.
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 greatly appreciated. If more detail is needed,
please let me know.
Thanks,
Raffi
I've been struggling and trying to work around this for a while and
have even posted on usenet in the past without any working solutions.
I'm posting it again in case someone out there has a solution.
I'm working on a web application with an i-frame in the main
application window. Inside the i-frame are various dynamic links for
opening data entry popups. One of these popups has a couple of i-
frames itself. These i-frames also have dynamic links which execute
scripts to make changes to a server side database.
I need for the main application window to be redirected when a script
is executed in one of the i-frames of the popup data entry window
(when 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.
All of the windows, i-frames and scripts are on the same domain and
server.
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 greatly appreciated. If more detail is needed,
please let me know.
Thanks,
Raffi