On 15 фев, 15:24, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
wrote:
> Put that window.open code into the submitHandler.
>
Thank you for response.

I changed Handler Submit options:

submitHandler: function() {
 alert("Form completed!!");
  $(form).ajaxSubmit("window.open('','Order
Confirmation','width=600,height=600,scrollbars=yes')");
  },

there is no popup window : - (
Should I change options format ?

Reply via email to