$(document).ready(function() { $('#gcse_search_form').submit(function() { window.open('', 'formpopup', 'width=600,height=600,resizeable,scrollbars'); this.target = 'formpopup'; }); });