Re: Database Login Tool
From: Jeff Cochran (jcochran.nospam_at_naplesgov.com)
Date: 02/04/04
- Next message: Aaron Bertrand - MVP: "Re: Paging won't quite page problem"
- Previous message: Fred: "Paging won't quite page problem"
- In reply to: DeadCert: "Database Login Tool"
- Next in thread: DeadCert: "Re: Database Login Tool"
- Reply: DeadCert: "Re: Database Login Tool"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 04 Feb 2004 15:51:36 GMT
On 4 Feb 2004 06:13:21 -0800, rekdagaf@hotmail.com (DeadCert) wrote:
>I am looking for an application, preferably Free, that will allow me
>to have a clients area on my site. I would have a list of usernames
>and passwords and each combination would direct the user to a
>different page depending on their user name. Does anybody know of such
>an app. I know webwizguide.com have a Database Login app. but it
>doesn't allow different pages to be set up for different logins. Any
>help appreciated. Cheers
You may need to roll your own, but it's not difficult. Possibly as
simple as a redirect on login that simply sends the user to a new page
based on username. Even easier if the page has the same name as the
user, it could be as easy as:
UserURL = UserName & ".asp"
Response.Redirect UserURL
Jeff
- Next message: Aaron Bertrand - MVP: "Re: Paging won't quite page problem"
- Previous message: Fred: "Paging won't quite page problem"
- In reply to: DeadCert: "Database Login Tool"
- Next in thread: DeadCert: "Re: Database Login Tool"
- Reply: DeadCert: "Re: Database Login Tool"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|