Chat loading ...
Please wait
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
<script>
function popup(popupType) {
alert(“Popped up on submit”);
window.open(“http://www.yahoo.com”);
}
</script>
<form method=”post” action=”http://www.google.com/search” onSubmit=”popup()”>
<input type=”text” name=”q”/>
<input type=”submit”/>
</form>