Google Answers Logo
View Question
 
Q: Opening a windows folder via corporate intranet web page ( Answered 5 out of 5 stars,   0 Comments )
Question  
Subject: Opening a windows folder via corporate intranet web page
Category: Computers > Internet
Asked by: michael2-ga
List Price: $30.00
Posted: 01 Feb 2003 01:06 PST
Expires: 03 Mar 2003 01:06 PST
Question ID: 155988
We are creating a new corporate intranet.  We want to be able to click
a link on one of the web pages, and have Windows Explorer open up to
show a specific windows folder on the intranet server.  How can we do
that?  All the users will access the intranet using IE.  The desktops
are running Windows 2000.

Please note that we don't want just to view the folder in a new IE web
page: we can do that.  We want a new window to open up in Windows
Explorer to allow users not only to view files in the folder but also
to use drag and drop to add new ones.

If possible, please provide some working code that we can add to our
web pages to do this.

Request for Question Clarification by j_philipp-ga on 01 Feb 2003 01:33 PST
Hello Michael2,

The following HTML (document-type "transitional") works:

  <a target="_blank" href="file://pc6/pic/">Open pic</a>

Explanation: "pc6" is the name of the computer in the network, and
"pic" is the name of the shared folder on it.

You say you don't want to open a new Internet Explorer web page. But
actually, using above line, Windows 2000 will automatically switch
from Internet Explorer to Windows Explorer. This means intranet users
can now drag & drop files (provided they have write-access -- if not,
it would be outside of the scope of any program on the client computer
to change this).

The transition between Internet Explorer and Windows Explorer appears
seamless though, so you might want to explain to the intranet users
(like on the page linking to the folder) that it will open in Windows
Explorer -- and that they can turn on the "Folder"-toolbar on the left
using the "View"-menu.

If this is somehow not what you wanted, please clarify; if it is, I'd
be happy to post this as an answer.

Clarification of Question by michael2-ga on 01 Feb 2003 02:28 PST
Yes, that sound good.  I'll try it out on Monday.

Clarification of Question by michael2-ga on 03 Feb 2003 04:27 PST
We've tried that on the Intranet and it worked fine.  Please post as
the official answer.
Answer  
Subject: Re: Opening a windows folder via corporate intranet web page
Answered By: j_philipp-ga on 04 Feb 2003 23:58 PST
Rated:5 out of 5 stars
 
Hello Michael2, 

Thank you for giving me the chance to repost this in the official answer spot!

----

The following HTML (document-type "transitional") works: 
 
  <a target="_blank" href="file://pc6/pic/">Open pic</a> 
 
Explanation: "pc6" is the name of the computer in the network, and
"pic" is the name of the shared folder on it.
 
You say you don't want to open a new Internet Explorer web page. But
actually, using above line, Windows 2000 will automatically switch
from Internet Explorer to Windows Explorer. This means intranet users
can now drag & drop files (provided they have write-access -- if not,
it would be outside of the scope of any program on the client computer
to change this).
 
The transition between Internet Explorer and Windows Explorer appears
seamless though, so you might want to explain to the intranet users
(like on the page linking to the folder) that it will open in Windows
Explorer -- and that they can turn on the "Folder"-toolbar on the left
using the "View"-menu.

----

Thanks again, and good luck creating your corporate intranet!


Search strategy:
(None)


Additional references:

W3C - Links in HTML Documents
http://www.w3.org/TR/html401/struct/links.html
michael2-ga rated this answer:5 out of 5 stars
Thanks for the very fast answer!

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy