Re: [PHP] Frames creating problems...

2001-12-10 Thread Stefan Rusterholz
If you have the whole in frame A and want the result in frame B then use If you have the form in frame A and the "search" button in frame B then you'll have to use JavaScript To: <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 4:03 PM Subject: [PHP] Frames creating

Re: [PHP] Frames creating problems...

2001-12-10 Thread Paul Burney
on 12/10/01 10:03 AM, dhaval desai at [EMAIL PROTECTED] wrote: > 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. This isn't the appropriate forum for the question since it isn't php re

Re: [PHP] Frames creating problems...

2001-12-10 Thread Jon Farmer
> 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. Javascript! Use the OnCLick event of a button to take the value of the textbox and update the href of the other frame passing the conte

[PHP] Frames creating problems...

2001-12-10 Thread dhaval desai
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 great