Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open as a WEB Folder in link

Status
Not open for further replies.

MBragg

MIS
Sep 29, 2003
35
US
I want to be able to have a user click a link in Outlook or a WEB page that automatically opens as a web folder instead of telling the user to do File, Open, paste the link then click "open as web folder". Also what is the syntax to add user name and password in link so it would look something like this

username:password "open as web folder"
 
Hi mate,

For the username/password in the URL use the following:

Code:
[URL unfurl="true"]http://username:password@example.com[/URL]

Be aware though that a recent IE update broke this functionality for a lot of users.

Hope this helps

Wullie


The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top