[EMAIL PROTECTED] wrote:
John Nichel wrote:


[EMAIL PROTECTED] wrote:

Dear All,

I just created a webpage with frame structure:
top.php ( name of frame is "t" ) + buttom.php ( name of frame is "b" ) +
right.php ( name of frame is "r" )

Now, I want to make a hypher link with "top.php", and when user mouse
click the link under "top.php", then there will load a php ( base target
is "b" ) and load another php ( base target is "r" )...

So, is there a sample for reference "mouse click a hypher link then auto
load two php pages into different target area" ?

Edward.

This has nothing to do with PHP. Use a HTML/JavaScript mailing list, and/or read some howto's for HTML/JavaScript.


But I want to use php instead of HTML/JavaScript...
So, is there any sample for reference ?


PHP is server side. It cannot target frames. That is done on the client side. You will *have too* use JavaScript to target multiple frames with just one link.


--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to