Hi all,
Before I always had one button on one page, when a use click it, it brings the user to the next page.
Now I have a quote page, it asks a user to enter some data and then give the total price of his choice. But I was asked to display all other three optional choices with its price for each option, whenever user click any one of the button for the final choice. It will go to the next page based on which button he clicked.
I thought I know what to do, but now I am struck.
I want to pass data from page to page through hidden fields, not through query string. And also, what's exact different between submit and input button.
Thank you for any clue.
Betty
Before I always had one button on one page, when a use click it, it brings the user to the next page.
Now I have a quote page, it asks a user to enter some data and then give the total price of his choice. But I was asked to display all other three optional choices with its price for each option, whenever user click any one of the button for the final choice. It will go to the next page based on which button he clicked.
I thought I know what to do, but now I am struck.
I want to pass data from page to page through hidden fields, not through query string. And also, what's exact different between submit and input button.
Thank you for any clue.
Betty