PDA

View Full Version : using History to go back a page passing a variable


ASP-DEV
05-27-2003, 05:22 AM
I have a questionnaire page which allows you to click on a link to another page to to view the combo boxes values in more detail. What i want to do is make the selection on the more details page and send the user back to the questionnaire page without loosing any of the information they have entered for the other questions for the questionnaire.

So I'm having trouble locating any tips on how to go back one page using the history method, but also passing a variable with it to make a selection on the questionnaire page.

Confussed? Good so am I!!!

Cheers

People

skriptkiddie
05-30-2003, 09:38 AM
The only way I know of is to either pass the values via the url or session variables.

amir
05-31-2003, 02:13 AM
or you could open the detail page in a deferent window