PHP & Frames

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shel
Forum Newbie
Posts: 1
Joined: Sat Oct 05, 2002 6:26 am

PHP & Frames

Post by shel »

Hi, All.

Newbie php question:
Suppose I have a frameset {A,B}
Is it possible (and how) to write (or load a document) to the frame B from a php script that
is associated with A, with php, not javascript.

thanx

?>
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you read this:
viewtopic.php?t=1030

Mac
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

It is possible if you are trying to do that when the page is loading, but if you want to do it after it's loaded you need to use Javascript or VBscript, well client side scripting language. The way to do it is create a temporary file for it I think... Or use DB.
Post Reply