Greetings,
I have a problem... noticed it with IE8, but it may affect IE7 as well...
I have the following link:
If you wish to see it live,
When the link is clicked, FF opens a dialog asking if I want to open or save the file - normal operation, both options work as expected. In IE 8, I get the normal dialog except the browser changes the extension from .docx to .zip. If I save the file and then change the .zip extension back to .docx everything works normally.
I'd really not like to have to explain to my users this workaround. After consulting my good buddy google on the issue, it seems to be a known issue. One post suggested to change the server and that the problem is with my webserver. This solution made no sense to me, so I was hoping that a guru here might know the answer to the quagmire.
Thanks in advance for any help.
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws
I have a problem... noticed it with IE8, but it may affect IE7 as well...
I have the following link:
Code:
<a href="/library/teachings/support_files/20091018.docx" onclick="return openBrowser(this);"><img src="/images/word.gif" /><br />Sermon Outline<br />20091018.docx</a>
If you wish to see it live,
When the link is clicked, FF opens a dialog asking if I want to open or save the file - normal operation, both options work as expected. In IE 8, I get the normal dialog except the browser changes the extension from .docx to .zip. If I save the file and then change the .zip extension back to .docx everything works normally.
I'd really not like to have to explain to my users this workaround. After consulting my good buddy google on the issue, it seems to be a known issue. One post suggested to change the server and that the problem is with my webserver. This solution made no sense to me, so I was hoping that a guru here might know the answer to the quagmire.
Thanks in advance for any help.
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws