function SendForm() { $.post("url куда отправлять", $(document.form0).serialize()); window.open("ссылка на файл"); }