Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old May 24th, 2004, 05:01 AM
macnimation macnimation is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 1 macnimation User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question User Authorization scripts

Hi,

I'm using Dreamweaver MX 2004 and have created a login page "login.asp" that, with the correct username and password opens to a new page "welcome.asp"

I have created an Access Database with a Table called dbUsers

In the Table, I have three columns, Username, Password and UserAuthent.

I have created 3 Users each with their own username and password, and each has a Authentication level of 1, 2 and 3. 1 is Admin use.

As it stands it works fine as i have set the "welcome.asp" page to accept all 3 Autnentication levels.

It workes fine and the page opens, if I type in the incorrect username or password they go to "error.asp", and if I try to open the "welcome.asp" page directly I have set up a "accessdenied.asp" page.

All this works fine, so what's the issue?

I would like to set up the "welcome.asp" page so that if a user with Authentication level 1 or 2 logs in, then they both get different options on the page.

I have tried using:

<%if Session("MM_UserAuthorization")=1 Then%>
<a href="user1.asp">User1</a>
<%enf if%>

as an example on the "welcome.asp" page, but the error returned is:

Expected "("

and points and the Session as if a "(" should be between if and Session.

Any help here would be appreciated.

Reply With Quote
  #2  
Old May 24th, 2004, 08:31 AM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,760 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 5 h 22 m 16 sec
Reputation Power: 443
Code:
If(Session("MM_UserAuthorization") = 1) Then
   <a href="user1.asp">User1</a>
End If

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > User Authorization scripts


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway