Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Created February 7, 2017 15:47
Show Gist options
  • Save steveobbayi/ed00cdaf58e4ab5009a74a79a7efd0e7 to your computer and use it in GitHub Desktop.
Save steveobbayi/ed00cdaf58e4ab5009a74a79a7efd0e7 to your computer and use it in GitHub Desktop.
<form action="iframe-source.php" target="iframe-name" method="post">
<label for="text">Input Label:</label>
<input type="text" name="text" id="text">
<input type="submit" value="Submit">
</form>
<!-- some more HTML here. -->
<iframe name="iframe-name" src="iframe-source.php"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment