Hey, think I figured it out.  I put this:

<base target="_top">

...between the <head> element in my html for the iframe page. Now when the form is submitted, but the 'next' action is performed in the main page, not the iframe.

    -Jim

On 8/2/2011 2:43 PM, Jim Steil wrote:
Hi

I'm using fancybox to display a crud.update form in an iframe. When I click on submit the 'next' action displays in the same iframe as the crud.update form, as expected. What I want to do is have the 'next' action display in the main browser window. In reading about iframe, it appears as though you can pass a target='_top' to force it to open a link in the 'parent' window. Is there a way I can get crud.update to behave this way?

Thanks!

    -Jim


Reply via email to