I'm trying to link a pdf document from a static html file.
What I'm using is:
<a href="some_pdf_file.pdf">My pdf File</a>
the open/save dialog comes up in firefox but not in IE7 or IE8.
I believe I have to change the MIME type but I don't know where to change it...