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
related.  

That said, you should use the target attribute of the form tag.  Set it to
the name of the frame you wish the content to be in.

HTH.

Paul

<?php
    while ($self != "asleep") {
        $sheep_count++;
    }
?>



-- 
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