Anthony and Bruno

Thank you for your replies. I tried nyroModal but get the same results as with FancyBox (which I've been using). I am going to work up a simple app that shows my problem. Either that will show me where my problem lies or provide something simple for you to see the behavior I'm dealing with.

Thanks again for the input.

    -Jim

On 8/24/2011 6:13 PM, Bruno Rocha wrote:

Your modal uses Iframe?

nyroModal needs target='_blank' to open in iframe and work as you want.

Other modal plugins has other ways for doing it.

For redirect in parent window. You ll need to execute a javascript inside modal.

window.parent.location = ''

http://zerp.ly/rochacbruno

Em 24/08/2011 17:55, "Jim Steil" <j...@qlf.com <mailto:j...@qlf.com>> escreveu:
> Hi
>
> I have a crud.update that I'm displaying in a modal iFrame. This is
> working fine for me except when there is an error in the form and crud
> redisplays with the error message. This is opening outside the iFrame
> when I want it to load inside the iFrame. But, on submit, the next url
> should load outside the iFrame.
>
> Make any sense? Any advice on where to look to get this working the way
> I want?
>
> -Jim
>
>

Reply via email to