Skip to content

Instantly share code, notes, and snippets.

@jnaskali
Created March 8, 2012 10:21
Show Gist options
  • Select an option

  • Save jnaskali/2000168 to your computer and use it in GitHub Desktop.

Select an option

Save jnaskali/2000168 to your computer and use it in GitHub Desktop.
JavaScript: HTML form post in new window
<form action="file.php" method="post" target="foo" onSubmit="window.open('', 'foo', 'width=450,height=300,status=yes,resizable=yes,scrollbars=yes')">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment