Jump to content

Getting a "Submit" result to open in a frame/iframe?


DaveLinger

Recommended Posts

So I have this search page, with a bunch of options then a submit button, then below that, an iframe. I'd like the results to open in the iframe, rather than refreshing the whole page. How can this be accomplished?

important tags:

[code]<form method="POST" action="gosearch.php">

<input type="submit" value="Submit"></form>

<iframe name="results" src="includes/blank.php" scrolling="yes" width="100%" height="100%" frameborder="0" allowtransparency="1"></iframe>[/code]

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.