hi,
i have a form in which i submit several variables stored in an array. when i click on submit i want to check on the next page the values of the variables and if necessary go back to the previous page and change the values entered there. for this purpose i used javescript history.back(). it all seems to be fine, if i had clicked on previous page all my entered values were there. but since i use sessions the values have gone.
any ideas ?
thx,
alex