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

Opening Files/Programs

Status
Not open for further replies.

rkb0378

IS-IT--Management
Mar 12, 2002
16
US
How can I create a link to open a file on the network. I want the file to associate with the application. For example if I hyperlink to a MDB file I want it to open in Access not IE. Same goes for crystal report files.

I am trying to create a web page that works like a desktop.
 
Just doing this should work:

<a href=&quot;c:\whatever&quot;>Link</a>

for a network/server path you can do

<a href=&quot;\\servername\c$\whatever&quot;>Link</a>

obviously changing c to the relevent drive.
 
Actually that won't work for other file types (it worked in the preview in my HTML editor but not running live)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top