I am using a master detail setup where there is a selection grid on the page
with an IFrame loaded with the details of the selected grid record.

This all works fine, however if I add a new record I need to update the grid
on the (_top) window. This can be achieved by all sorts of JavaScript hocus
pocus, but what would be neat would be the ability to change the target of
the form e.g.

return mapping.findForward("success", "target now =_top");

Has anyone come up against this using frames/iframes?

Joe


Reply via email to