You say it happened on IE, does it happen on other browsers? How is your site hosted? It sounds like a mime type issue. If it is, you'd need to add the pdf mime type to the IIS server.
"Dream as if you'll live forever, live as if you'll die today." --James Dean
cplusplus1
Member
138 Points
414 Posts
unable to open any files via hyperlinks like pdf files etc
Jul 28, 2010 05:48 PM|LINK
When i click a hyperlink this hyperlink points to a pdf file document, the new window opens and i can see the url pointing to the file.
but i see empty screen, this started happening for last one month, something happened on my IE.
< a href="Terms_and_Conditions_of_Use.pdf" style="position:absolute;top:347px; left:201px;" onclick="window.open('Terms_and_Conditions_of_Use.pdf#page=1','popup','width=800,height=800,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0'); return false">
<FONT face="helvetica" COLOR="#000000" size="1pt" >I have read and accept the terms of use agreement.</a></font></b>Thank you very much for the helpful info.
AceCorban
Star
12318 Points
2269 Posts
Re: unable to open any files via hyperlinks like pdf files etc
Jul 28, 2010 09:00 PM|LINK
You say it happened on IE, does it happen on other browsers? How is your site hosted? It sounds like a mime type issue. If it is, you'd need to add the pdf mime type to the IIS server.