ASP Question (Newbie)

J

Jerry C.

Many sites that I have been to (that are written in ASP) just show
http://www.mysite.com/default.asp in the address bar. I will navigate around
their site and go from page to page and the address does not change. I right
click on the page and select properties and the URL is the same as above.

My question is...How do they do that? I need to develop an ASP intranet,
for my company , and I would like to program it so that the user cannot see
what page they are on and any querystrings.

Any help is appreciated.

Thanks,

Jerry
 
J

James Baker

Frames is one way to accomplish this. If you have a frameset that really
only looks like a regular page, redirecting the frames shouldn't affect the
address bar. The only problem is they can always right click and go to
properties.

Long story short, I'm guessing that it won't be very secure. If your data
is really sensitive, don't use querystrings at all.
 
E

Evertjan.

Jerry C. wrote on 18 jun 2004 in
microsoft.public.inetserver.asp.general:
Many sites that I have been to (that are written in ASP) just show
http://www.mysite.com/default.asp in the address bar. I will navigate
around their site and go from page to page and the address does not
change. I right click on the page and select properties and the URL is
the same as above.

My question is...How do they do that? I need to develop an ASP
intranet, for my company , and I would like to program it so that the
user cannot see what page they are on and any querystrings.

Don't use frames, they are "out".

Could be done like this:

========= default.asp =============

server.transfer request.form("realfilepathandname")

====================================
 
B

Bullschmidt

Well you can avoid querystrings by doing a lot of posting but I still
love having a list of things (i.e. a "many" page such as a Google
search) and having each record contain a link to that data in its own
page.

Best regards,
J. Paul Schmidt, Freelance ASP Web Designer
http://www.Bullschmidt.com
ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top