Jump to content

[SOLVED] Iframe and a Form


mike1313

Recommended Posts

do this:

 


<iframe name="myFrame" src="http://www.google.com" width="400" height="300" frameborder="0"></iframe>

<br><br>

<form action="YourPageNameHere.php" target="myFrame" method="post">
Email: <input type="text" name="email">
<input type="submit" value="Send">
</form>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.