This topic is locked

default.asp

2/19/2004 6:52:42 AM
ASPRunnerPro General questions
author

People do this all the time but I cannot find an article on it. This is what I believe I want:

.../default.asp?ID=1

.../default.asp?ID=2

.../default.asp?ID=3

etc
What that would correspond to is:
.../employees_list.asp

.../employees_edit.asp

.../employees_print.asp

etc
I know that I just have it in an include file but I need the structure. I just don't what everyone seeing the names of my tables and queries.
Thanks,

Bandit

Sergey Kornilov admin 2/19/2004

Hi,
I guess you can use URL masking or setup a frameset to hide actual URL from visitor. I would recommend to visit http://www.webmasterworld.com/ to find a best way to do this.