搜索框将输入发送到新页面上的iframe网址

时间:2011-09-12 01:44:43

标签: php wordpress iframe

我想要一个搜索框,其中一个人输入一个数字,表单会打开一个新页面,其中有一个iframe,iframe的网址为http://othersite.com/results.php?id=numbersinputfromsearchbox

这可能吗?我正在使用wordpress与php / mysql / apache / linux,如果这可以帮助你回答我。谢谢!

1 个答案:

答案 0 :(得分:0)

<form action="http://othersite.com/results.php?id=numbersblahblah" method="post" target="_blank">
    <!-- form fields here -->
    <input type="submit" value="Search" />
</form>