I'm using an asp program where customers register on the registration page. At the bottom of the page they choose to make a purchase, item 1 or item 2, and then they select the Submit button.
Whichever item they've chosen, they proceed to the register_2.asp page which shows a Paypal image, which they click on and it takes them from my (not yet completed) web site, to Paypal.
The register_2 page and image looks the same no matter which selection is made, however whichever item they chose, when they click the paypal image, they are taken to Paypal and to the correct item and pricing, successfully.
On registration.asp page, when item 1 and Submit are chosen, on the next page (register_2.asp) this shows in the browser bar:
http://domainname.com/_register_2.asp?p=1&MType=2
On registration.asp page, when item 2 and Submit are chosen, on the next page (register_2.asp) this shows in the browser bar:
http://domainname.com/_register_2.asp?p=1&MType=3
Is this script showing me two different but similar pages?
|