I have used I-frames, using default.asp. But i told you my problem when I refreshed my page, i went back to my login page.
Main Topics
Browse All TopicsProblem we are facing is like this. we have developed about 150 asp pages. But now when we navigate through tham in the address bar we get
"http://xyz/ml/wf/pqr.asp?
My question is how to hide this URL must only look like
"http://xyz/ml/wf/pqr.asp?
I have found out one solution but when i refreshed the page it takes me back to the login page.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
the only way to store user data between page reloads is going to be to use a cookie. Trying to store the data as passed variables is always a bad thing, especially if REFRESH is ever clicked on because it attempts to clear the variables. So setting a cookie to contain all the variables is the best aspect I can imagine.
Ken
my opinion:
>>Trying to store the data as passed
cookies is not a good thing since user cna block them.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Accept ykf2000 comment as answer
Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
Nushi
EE Cleanup Volunteer
Business Accounts
Answer for Membership
by: ykf2000Posted on 2002-10-25 at 00:55:02ID: 7368409
Hi, you can either frame it or do a form post instead of putting it in a query string.