Hi,

I have an ASP website (http://www.grazeit.com) with parameters sent
from one page to another.
My most important page is backpage.asp - complete path is
www.grazeit.com/backpage.asp?BPID=N (where N = 1,2,3, any available
number).

I would like to change the URL structure to be without asp extension
and visible parameters (like in www.flickr.com, for example).

Example:
Instead of http://www.grazeit.com/Backpage.asp?BPID=82
I would like the URL to be
http://www.grazeit.com/backpages

I understood that I should locate the file backpage.asp in the
subdirectory http://www.grazeit.com/backpages and rename it to be
default.asp
That works OK -
BUT how do I pass parameters to this new structure?

Thanks,
Gabi