/    Sign up×
Community /Pin to ProfileBookmark

Ok guys, I hate to ask this question but it has been a long time since I have dome any kind of programming or any HTML. What I a want to do is to create an html document that when double-clicked on takes me to a mapped share on my network. I am pretty sure this can be done in HTML right? I thought that I had done that a couple years ago but I have not done anything with HTML in a good 2 years. Thanks guys.

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@KeveyMar 20.2007 — I do sort of the same thing using IE (can't use FF at work). I have a page with a link to my mapped shares that looks sort of like this very simplified version:

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US"><head><title>Network Shares</title>
<meta name="description" content="Network shares" >
<meta name="keywords" content="network" >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
<link href="favico.gif" type="image/gif" rel="icon" >
<style type="text/css"></style>
</head>

<body>
<h3><a href="file:///M|/">Enterprise Drive</a></h3>
</body>
</html>[/CODE]

You just have to be sure that everyone that uses the link is mapped to the share using the same letter.
×

Success!

Help @zenlakin spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.1,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...