Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: How to update webpage with saved values using onChange()


Message #1 by "kwesi abraham" <kwesi_abraham@y...> on Wed, 20 Mar 2002 19:27:40
Hello,
I would like to update a web page with data stored in a session (also 
stored in a file) when the user chooses an item in a <select> box 
(dropdown list box), using onChange().  What is the best way to do this?
I am thinking that I could call a javascript function to handle it.  
However, I also think I need to hook the function to a java class (object) 
that will extract the data from the session and "package " it for the 
javascript function to use.
I would appreciate some tips.
Thanks,
kwesi

  Return to Index