Page 1 of 1

PHP & Frames

Posted: Sat Oct 05, 2002 6:26 am
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

?>

Posted: Sat Oct 05, 2002 6:53 am
by twigletmac
Have you read this:
viewtopic.php?t=1030

Mac

Posted: Sat Oct 05, 2002 10:20 am
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.