SunnyByfleet
Technical User
Hi,
I administer a W2003 network with XP clients (+IE6), and have set up an Intranet. It contains lots of links, as well as documentation etc.
I would also like to do a page that acts as a launchpad to run various applications. I would have icons or links on the page that would work in the same way as a shortcut on a desktop.
Lets give an example:
I have the following file:
\\SERVER1\APPS\CONVERT.EXE
This is a theoretical application that converts English text to French text.
A user might have a shortcut on their desktop pointing to the above, and that runs the application fine.
I tried adding the following to my web page:
<a HREF="\\SERVER1\APPS\CONVERT.EXE">
Click here
</a>
...but that merely asks users if they want to download the file.
How do I get the above link to act like a shortcut, so that the application itself runs?
I've done a search here and from what I've read it is possible in IE, but I'm not sure how.
I administer a W2003 network with XP clients (+IE6), and have set up an Intranet. It contains lots of links, as well as documentation etc.
I would also like to do a page that acts as a launchpad to run various applications. I would have icons or links on the page that would work in the same way as a shortcut on a desktop.
Lets give an example:
I have the following file:
\\SERVER1\APPS\CONVERT.EXE
This is a theoretical application that converts English text to French text.
A user might have a shortcut on their desktop pointing to the above, and that runs the application fine.
I tried adding the following to my web page:
<a HREF="\\SERVER1\APPS\CONVERT.EXE">
Click here
</a>
...but that merely asks users if they want to download the file.
How do I get the above link to act like a shortcut, so that the application itself runs?
I've done a search here and from what I've read it is possible in IE, but I'm not sure how.