Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have several options for user to choose default page. In database I have a table in which manualy register new message if there are news on site. If record in database updated, info_page with news message automaticaly set to default page for users. Info page is showing only if user login to the portal for first time, and then, default page is that which user choose. Some users can log in as backdoor. If user log in like backdoor, I don't want to update record in database.
How to do that? QueryString? through url I can not do this... Any idea??? I'm using classic asp, java&vb script
Posted

1 solution

wow, classic ASP. I feel bad for you, why would you do that, in 2011 ? Your best bet is to store a value in the session or use the query string to pass on a value telling the page what to do.
 
Share this answer
 
Comments
Milos Miladinovic 14-Jul-11 2:49am    
:-) It's application with several modules, and some modules are developed in classic asp 8-9 years ago...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900