Re: getting $_GET params from iFrame window to parent

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



blackwater dev wrote:
would like
to put the search form somewhere else on their site (it is currenly all on
my page within the iframe) and then call their search page to do the search,

(This is an html/DOM thing, not PHP.)

That's what the 'target' property of the <form> tag does: the response from the request from that form is directed to a different window (or to a different frame within the current frameset). You give the receiving window a name (when you create it) and refer to that name in the target argument.

--John

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux