Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing values

Status
Not open for further replies.

mns9939

Programmer
Nov 21, 2001
19
US
Hi,

I have a html page which has FRAMESETs. On one of the frames, i have a PHP script. This PHP script is on the left side Frame on the screen and this script contains varios input parameters.
Based on the values selected in this left Frame, i would like to display the results on the right side frame.
I have failed to figure out how to pass the values selected from the PHP script on the left side Frame to the PHP script on the right side Frame on the screen.

Any help will be greatly appreciated.

Thanks,
 
Dont' do it in PHP. Do it in HTML. Name at least the right-hand frame using the NAME= attribute in the FRAME tag.

In your FORM tag on the left-hand page, set the attribute TARGET=<name> where name is the name you gave the right-hand frame.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top