N
Ngan Bui
I have several webpages that have links to addnew and edit
pages. For a certain Windows user group, I want to hide
those links because they can only search and read data. I
know of the servervariables("REMOTE_USER"). Is there a
way to get the active directory group a user is part of?
For instance, in one page, I have:
<td align=center valign=center><a
href=clientaddnew.asp>Add New Client</a></td>
So I would want to do is:
if the user is part of the group "Read only": show nothing
else
<td align=center valign=center><a
href=clientaddnew.asp>Add New Client</a></td>
end if
Any thoughts?
pages. For a certain Windows user group, I want to hide
those links because they can only search and read data. I
know of the servervariables("REMOTE_USER"). Is there a
way to get the active directory group a user is part of?
For instance, in one page, I have:
<td align=center valign=center><a
href=clientaddnew.asp>Add New Client</a></td>
So I would want to do is:
if the user is part of the group "Read only": show nothing
else
<td align=center valign=center><a
href=clientaddnew.asp>Add New Client</a></td>
end if
Any thoughts?