Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 1, 2012 18:15
Show Gist options
  • Save snowman-repos/3813443 to your computer and use it in GitHub Desktop.
Save snowman-repos/3813443 to your computer and use it in GitHub Desktop.
HTML: Send Data to iFrame
<form action="iframe.php" target="my-iframe" method="post">
<label for="text">Some text:</label>
<input type="text" name="text" id="text">
<input type="submit" value="post">
</form>
<iframe name="my-iframe" src="iframe.php"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment