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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing session to another frame

Status
Not open for further replies.

Zoom1234

Programmer
Joined
Oct 30, 2003
Messages
116
Location
BE
Hi,

I have three frames top,left and right.
Right frames displayes file contents which is associated with a certain section id.
A user can navigate thru the content in all sections at one go using next button.

Left frame contents the list of all section ids.
Now i want a corresponding section to be highlighted in left frame as the user navigates in the right frame.
I have set a session but that wont get passed to the right frame.

can anyone suggest how can i go about this ?

 
Sounds like you will need a bit a JavaScript rather than sessions here.
 
PHP cannmot change the content of a document unless the page is fetched again. You will need to do some client side scripting, just as ingresman suggested.
It could be either refreshing the content of the frame when the new page is loaded or manipulating the content using DOM.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top