I\'d like (just to test some functions, after I\'ll avoid this behaviour) to load the page called by submit on a new tab : is it possible?
Since you've got this tagged jQuery, I'll assume you want something to stick in your success function?
success: function(data){ window.open('http://www.mysite.com/', '_blank'); }