CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 login

Print topic Send  topic

Author Message
tadim
Posted: 01/13/2003, 12:16 PM

How can I build a login page that will login in different pages?
bill
Posted: 01/13/2003, 3:43 PM

Give us a bit more info please
tadim
Posted: 01/13/2003, 5:05 PM

I want the login page to link in different pages depending on the user name or password which will be given in form.
For instance:
login : test
password : test should be logged in in page test

login : user
password : user should be logged in page user and so on
Bob
Posted: 01/13/2003, 6:15 PM

'Go to destination page @1-6D35F4FD
If NOT ( Redirect = "" ) Then
UnloadPage

if Session("GroupID") = 1 then response.redirect("member.asp")
if Session("GroupID") = 2 then response.redirect("WorkMenu.asp")
if Session("GroupID") = 3 then response.redirect("working_list.asp")

Response.Redirect Redirect
End If
'End Go to destination page

GroupID is a session field defined in your security file. I have
3 levels in my because I need to send it down 3 possible paths.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.