Created
April 16, 2015 21:36
-
-
Save AitorAlejandro/e710c028ee806b6b6e2c to your computer and use it in GitHub Desktop.
Post data to an iframe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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