Hi Martin,

Martin Grigorov <[email protected]> schreef:


How can I have an Ajax submit with the same behavior as 'target="_blank"'?


The question is: does it need to be Ajax submit at all ? With non-Ajax
submit the '_blank' will be used and the current page with the iframe won't
be reloaded.

If you want to be Ajax submit then do something like:
target.appendJavaScript("window.open('', "+newUrl+")")



For rendering on errors I need ajax behavior in the InlineFrame, so I will try the javascript option. Thanks for your feedback.

Haiko




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to