passing value from php to 2 frames in html

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
Thorax
Forum Newbie
Posts: 6
Joined: Tue May 01, 2007 2:01 pm

passing value from php to 2 frames in html

Post by Thorax »

Is it possible to pass 2 different value from php to 2 html frames? for example i want to pass 1 to frame test1 and 2 to frame test2 using php. so that value 1 and 2 will be outputted in the same screen with two frames.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Not without help from Javascript.
Post Reply