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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi experts, I'm trying to code a 1

Status
Not open for further replies.

JohnBates

MIS
Feb 27, 2000
1,995
US
Hi experts,

I'm trying to code a link that will show all the folders
that reside on this shared drive on our intranet. The server name is spr-svlt01. I have tried a dozen variations of the following, with no luck :

<a href=&quot; size=&quot;5&quot;>Eng Drive</font></a>

Get &quot;Internet Explorer was unable to link to the page you requested...&quot;

Any ideas? Again this is on our intranet domain.
Thanks, John
 
John,

Try this:

Code:
<A HREF=&quot;file:///..//spr-svlt01/spr-groups/eng&quot;>Eng Drive</A>

Good Luck §;O)


Jakob

 
Thanks Jakob, for reminding me that I need to use file not http. It worked !

John

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top