javascript_howto thread: How to update webpage with saved values using onChange()
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