Re: How to post form to new window using AjaxSubmitLink

2009-12-23 Thread Jeff Andersen
;m working through in testing (and this a javascript > issue, > not wicket) is that IE won't open the window unless the window name is > strictly alpha-numeric. FF works fine though. > > Zak > > On Fri, Dec 11, 2009 at 2:50 PM, Igor Vaynberg > wrote: > >> y

How to post form to new window using AjaxSubmitLink

2009-12-11 Thread Jeff Andersen
I need to know how I can post a form to a new window using an AjaxSubmitLink. I have a small page where a user can make a few setting changes and then either save those settings (using an AjaxButton) or preview those settings (using an AjaxSubmitLink) in a new window. The problem is, I can't f