This is not really PHP stuff anyway see here..

This is possible with Javascript which can be placed in your link to
refresh the frames

<a href="javascript:some_js_function();" ...>

inside the function you can change source of one or more frames if you
know javascript

parent.frame1.src =  .. 
parent.frame2.src = ....




On Wed, 27 Mar 2002, Hironoshin Tanaka wrote:

>Hi, my question is how to change two pages in different frames in one click.
>I am not sure if this is related to more like HTML.  But, here is my case.
>I have two frames, frame1 and frame2.
>In frame1, I have href tag targeted to frame1.
>When I click it, I want my frame2 to be changes some other page also.  Would
>this be possible?
>If anyone knows how to do it, please let me know.  Thanks for your
>consideration.
>
>                                    Hiro
>
>
>
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>-- 
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>

<[EMAIL PROTECTED]>
-------------------------------------------------------------------
We must use time wisely and forever realize that the time is 
always ripe to do right."
            
                -- Nelson Mandela
-------------------------------------------------------------------


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

Reply via email to