Your talking about an ACL (access control list).  Most mature
applications have this in one form or another.  They typically involve
(in my experience) an access level that is numeric (say 10 for an
admin and 1 for guest) and involve evaluating the current user's
access to determine if a tab should be displayed or not.

psuedo code:

if ( user.access GTE 5 ) 
{
  // show tab
}

You also need to keep in mind that users can be curious and may try to
access a screen they are not suppossed to have access to.  For this
reason, you also need to have some security on each screen to redirect
or display an access denied message if the unauthorized user happens
to arrive at the screen.

What are your concerns or areas you feel like you need help?

Hope that helps some...

--
Exciteworks, Inc
Expert Hosting for less!
*Ask for a free 30 day trial!*
http://exciteworks.com

Plans starting at -$12.95- including MS SQL Server!



On Sun, 31 Oct 2004 11:35:47 -0500, Michael T. Tangorre
<[EMAIL PROTECTED]> wrote:
> Better post the images on one of your servers and send the links...
> Attachments are not allowed on the list...
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=36

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183045
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to