I thought that I would try to explain things a bit better.
I would like to know if it is possible to save a value from a php form in a session using a java function.
What I am doing:
I have a php form. The form contains a textbox and 2 list menus (drop down box) The second drop down box relies on the selection made in the first.
within the reload() java function I save the value entered in the first list menu (using the onChange="reload(this.form)" ) I pass the variables in the url. The users selection loads values into the second list menu. Where the user can make a second selection. This value is passed using the same method.
What I would like to do is save the textbox (or all the entered values) values in a session using a java function. When the user changes the a value or enters one.
Thanks
I have posted this in the java section also, as it may be more of a java question.