garymgordon
Programmer
Ok. This is kind of urgent. So, if someone can help me I would greatly appreciate it.
I am simply trying to create a link to a .mdb (access database file) that is on our server - that will open in IE 5.5.
I have no problem in creating a link to an Excel (.xls) or Word (.doc) file ... and having it open in IE 5.5. But ... when I create a link to the .mdb file ... for some reason .. after it finds the file and asks me if I want to open it or save it .. when I click on OPEN IT ... it goes through some crap and then nothing happens.
When I take the link ... such as:
F:\FILES\name_of_file.mdb and put this in the address bar, it works fine and it opens up in IE 5.5.
But, when I create a link in my HTML page that looks like this:
<a href="../../FILES/name_of_file.mdb" target="_blank">name_of_file</a>
it does find the file.
But ... it won't open it up.
Again, when I try an Word file or Excel file - they all work fine and open up. Again, when I put the link in the address bar ... it opens up fine.
Any ideas as to what might be wrong??
Thanks,
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer
I am simply trying to create a link to a .mdb (access database file) that is on our server - that will open in IE 5.5.
I have no problem in creating a link to an Excel (.xls) or Word (.doc) file ... and having it open in IE 5.5. But ... when I create a link to the .mdb file ... for some reason .. after it finds the file and asks me if I want to open it or save it .. when I click on OPEN IT ... it goes through some crap and then nothing happens.
When I take the link ... such as:
F:\FILES\name_of_file.mdb and put this in the address bar, it works fine and it opens up in IE 5.5.
But, when I create a link in my HTML page that looks like this:
<a href="../../FILES/name_of_file.mdb" target="_blank">name_of_file</a>
it does find the file.
But ... it won't open it up.
Again, when I try an Word file or Excel file - they all work fine and open up. Again, when I put the link in the address bar ... it opens up fine.
Any ideas as to what might be wrong??
Thanks,
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer