L
lane.jacob
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?
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?