Dear All,

Here is the function i need to implement:
When user click on a URL in WSS, depends on their information in active
directory, we would redirect them to the appropriate web site.

Is there any way to do that? or I need to write a web part for this function?

Thank you.

Re: How to redirect URL by Mike

Mike
Wed Jul 27 23:37:33 CDT 2005

There's nothing in standard WSS that reacts to who the user is. (It reacts
to the user's rights when deciding whether the user has permission to do
something but not to the users' AD info)

Whether or not a web part you write yourself could do this, I don't know,
but the place to ask for help on creating web parts is our subnewsgroup for
WSS programming which is at

microsoft.public.sharepoint.windowsservices.development

Change the text of your message when you post there to make it clear that
you are asking for help in writing your own web part.

Mike Walsh, Helsinki, Finland
WSS FAQ http://wss.collutions.com
please reply to the newsgroup only

"Victor Lung" <VictorLung@discussions.microsoft.com> wrote in message
news:B8EB98E0-BE15-4C92-B52C-AC87575EFC7D@microsoft.com...
> Dear All,
>
> Here is the function i need to implement:
> When user click on a URL in WSS, depends on their information in active
> directory, we would redirect them to the appropriate web site.
>
> Is there any way to do that? or I need to write a web part for this
> function?
>
> Thank you.