人が数字を入力してフォームが新しいページを開き、iframeが存在し、iframeのURLがhttp://othersite.com/results.php?id=numbersinputfromsearchbox検索ボックスは、新しいページのiframe URLに入力を送信します
の場合これは可能ですか?私はphp/mysql/apache/linuxでwordpressを使っています。ありがとう!!
人が数字を入力してフォームが新しいページを開き、iframeが存在し、iframeのURLがhttp://othersite.com/results.php?id=numbersinputfromsearchbox検索ボックスは、新しいページのiframe URLに入力を送信します
の場合これは可能ですか?私はphp/mysql/apache/linuxでwordpressを使っています。ありがとう!!
<form action="http://othersite.com/results.php?id=numbersblahblah" method="post" target="_blank">
<!-- form fields here -->
<input type="submit" value="Search" />
</form>
これはなんですか? http://stackoverflow.com/questions/3141189/insert-php-variable-at-the-end-of-url-string-with-an-iframe 申し訳ありません申し訳ありません。 – Tim