If you have the whole <form> in frame A and want the result in frame B then
use
<form action="xyz.php" target="frameB">

If you have the form in frame A and the "search" button in frame B then
you'll have to use JavaScript
<A HREF="javaScript:parent.frames[1].FORMNAME.submit()>GO!</A> (you will
have to replace frames[1] with frames[x] where x is the number of the frame.
consult www.teamone.de/selfhtml/ for more informations about that)

Stefan Rusterholz, [EMAIL PROTECTED]
----------------------------------
interaktion gmbh
Stefan Rusterholz
Zürichbergstrasse 17
8032 Zürich
----------------------------------
T. +41 1 253 19 55
F. +41 1 253 19 56
W3 www.interaktion.ch
----------------------------------
----- Original Message -----
From: "dhaval desai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 10, 2001 4:03 PM
Subject: [PHP] Frames creating problems...


> Hello Guys,
>
> Well I have a website with frames. The problem here is
> that I have a serach box in the top frame and I want
> the results to be displayed in the other frame.
>
> I have seen this on lot of websites but now I am
> wondering how to do it when I am facing this problem..
>
> Any help would be greately appreciated.
>
> Thanx to all
>
> Best Regards,
> Dhaval Desai
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Send your FREE holiday greetings online!
> http://greetings.yahoo.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to