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