This is the html to display an iframe from a link into ThickBox (as some of you might know)
Code:
<a href="ajax.PHP?keepThis=true&TB_iframe=true&height=250&width=400" title="add a caption to title attribute / or leave blank" class="thickbox">Example 1</a>
Heres my form:
Code:
<form action="search.php" method="GET" id="sff" name="sff">
<input type="text" name="sf" id="sf" value=""/>
<input type="submit" id="go" value="search"/>
</form>
I want to display the results of a submited form in this iframe, however. This means that the values of the input (sf) have to be passed down. If the form is submitted into the iframe and the iframe opens, I can handle it from there.