View Single Post
  #2 (permalink)  
Old November 8th, 2006, 11:15 AM
woodyz woodyz is offline
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

How do you mean? Session variables will be available to the server side code only. If your server side code is written in Javascript it will have access to the session variables, however, if you mean client side javascript the session variables will not be directly accessable to it. To make them available to your Javascript in that case you will have to place them into the HTML dynamically, either in hidden inputs or in Javascript variables.

Woody Z http://www.learntoprogramnow.com
Reply With Quote