Link to home
Start Free TrialLog in
Avatar of pamh_cfcausa
pamh_cfcausa

asked on

How can I fill out an HTML form using Session data?

I have an html page with a form that has several fields. When you click submit, it first checks to make sure the form data is valid using JavaScript.  It then posts to a classic ASP page where the form data is redisplayed for validation and stored in session.  it can go through several more classic ASP pages until it reaches a screen where they can choose to go back to the first page and change the data.
What is the best way to pull the data out of Session, and display it in the correct fields in the form on the HTML page?
Thanks.
SOLUTION
Avatar of basicinstinct
basicinstinct
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pamh_cfcausa
pamh_cfcausa

ASKER

Thanks - this works great for text boxes.  What should I do for radio buttons and drop down selection lists?
Also:  text area boxes and check boxes?  Thanks for your help.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks to you both - these work great!
I still need help with the radio button and the text area box.
Thanks again.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial