Does anyone know how they did this site?

Cran56

New member
Joined
Jul 19, 2004
Messages
4
Programming Experience
1-3
There is this printing site called printdirectforless.com. When you go to it and select a category and quantity it takes you to a page with various options about the order... what caught my eye was the fact that the URL was the same except the query string parameters. On further investigation it is calling another asp page that is doing the generation of the form. My questioin is how can they do this? It's like the form is generating the page/objects/and all of the logic and shopping cart add to cart functionality, all on the fly. Does anyone know how this is done...here are some URLs to the site

Main page: http://www.printdirectforless.com/
Page that does the generation:
http://www.printdirectforless.com/a...asp?prodIDgroup=90&prodPriceID=71&pgroupID=57

http://www.printdirectforless.com/a...p?prodIDgroup=87&prodPriceID=751&pgroupID=400

You'll see...the same page but different parameters...I really want to know how to do this in regular asp or asp.net...it doesn't matter...i just think this is so cool...

Please help!
 
Back
Top