I've got a quotation based site, and currently on page 1 your select a value from a drop down box i.e. State of Residence, this takes you to a second page where you select your gender and to a third page where you select your age.
To streamline the system I'd like to combine these three pages into a single page with three drop down menus which will redirect the user to the correct page. The pages are written in Classic ASP
I did have a script years ago to do this, but upgrades in computers over the years has resulted in the loss of the script, any help will be welcomed
Adding three drop downs to a single ASP page should not create any issue.
Simply copy the drop downs parts from second and third pages to first page and change form action in first page form.
Bookmarks