> See this article for possible help:
>
> Executing files by hyperlink and the File Download dialog box in Internet
> Explorer
http://support.microsoft.com/kb/232077/en-us>
> --
>
> Jon R. Kennedy MS MVP/IE
> Charlotte, NC USA
> jkenne...[ at ]carolina.rr.com
>
> <lane.ja...[ at ]gmail.com> wrote in message
>
> news:1184206507.385466.274780[ at ]n60g2000hse.googlegroups.com...
>
> > I'm not sure if this is the correct group, but anyway...
>
> > At work I have set up a web-based intranet (using the drupal cms).
> > I want would like to launch an Access Database which resides on a
> > networked drive via a hyperlink.
> > The link looks something like:
> > <code>
> > <a href="file://\P:\path\to\mdbfile.mdb">open db</a>
> > </code>
> > When I click on this link, I get two messages. The first asks if I
> > want to open or download the DB.
> > If I select open, I get a security message that says something like:
> > "...the file you are downloading cannot be opened by the default
> > program."
> > And then I cannot simply open the DB, but must download it.
>
> > However, if i simply type the path ("file://\P:\path\to\mdbfile.mdb")
> > into IE's address field, the DB launches as desired.
>
> > How can I get this same behavior via a hyperlink?