Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
10411 Points
1196 Posts
Mar 15, 2012 08:59 AM|LINK
Hi, I tried the following codes and found it can open the PDF file inside an iframe:
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <iframe runat="server" id="Iframe1" style="width: 956px; height: 500px" name="Iframe1" src="xxxx.pdf"> </iframe> </div> </form> </body> </html>
You can try the above method. Additionally, in order to narrow down the cause of the issue, please paste your codes here for analysis.
Allen Li - M...
Star
10411 Points
1196 Posts
Re: How to solve IE7 IE8 Compactibility
Mar 15, 2012 08:59 AM|LINK
Hi, I tried the following codes and found it can open the PDF file inside an iframe:
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <iframe runat="server" id="Iframe1" style="width: 956px; height: 500px" name="Iframe1" src="xxxx.pdf"> </iframe> </div> </form> </body> </html>You can try the above method. Additionally, in order to narrow down the cause of the issue, please paste your codes here for analysis.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework