find out if the user has enough rights to open a page
From: Corno (Corno_at_dds%FAKE%.nl)
Date: 05/26/05
- Next message: Jun: "problem on using cryptoapi..."
- Previous message: Dominick Baier [DevelopMentor]: "Re: Folder Authorization."
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: find out if the user has enough rights to open a page"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: find out if the user has enough rights to open a page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 May 2005 14:56:59 +0200
Hi all,
How do I find out if the current visitor of my page has enough rights to
open another page on the same server?
I need this to show a link to that page only when the visitor can actually
visit that page and will not get an 'access denied' message.
IOW, I'm looking for the implementation of the following function:
Public Function CurrentUserCanOpenPage(ByVal TheURL As String) As Boolean
'determine if the current user can open the page with the given URL
End Function
TIA,
Corno
- Next message: Jun: "problem on using cryptoapi..."
- Previous message: Dominick Baier [DevelopMentor]: "Re: Folder Authorization."
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: find out if the user has enough rights to open a page"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: find out if the user has enough rights to open a page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|