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> 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 > >