Actually problem is like .i have a iframe and it is used to used to dispaly a PDF file.In my system PDF file coming inside the iframe,but one of the other system PDF coming as a popup.What is the real issue
I am already acived this and in my system PDF is comming inside the iframe,but my issue is like one of the another system instaed of comming PDF inside the iframe its open as a separate popup
Hi, I tried the above codes with IE8 and found it works, have you tried my codes on another system with IE8 installed? Additionally, please paste your codes here for analysis.
ajeesh.mekka...
Member
22 Points
54 Posts
How to solve IE7 IE8 Compactibility
Mar 14, 2012 08:09 AM|LINK
i have code writtern thats work in IE7.i need to work my codes in IE8 also.How to make my IE7 code to work in IE8 also.Any codes i need to write
ignatandrei
All-Star
134527 Points
21579 Posts
Moderator
MVP
Re: How to solve IE7 IE8 Compactibility
Mar 14, 2012 08:22 AM|LINK
What codes? css / javascript / others?
And why is related to MVC?
ajeesh.mekka...
Member
22 Points
54 Posts
Re: How to solve IE7 IE8 Compactibility
Mar 14, 2012 08:27 AM|LINK
Actually problem is like .i have a iframe and it is used to used to dispaly a PDF file.In my system PDF file coming inside the iframe,but one of the other system PDF coming as a popup.What is the real issue
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
ajeesh.mekka...
Member
22 Points
54 Posts
Re: How to solve IE7 IE8 Compactibility
Mar 15, 2012 01:13 PM|LINK
I am already acived this and in my system PDF is comming inside the iframe,but my issue is like one of the another system instaed of comming PDF inside the iframe its open as a separate popup
Allen Li - M...
Star
10411 Points
1196 Posts
Re: How to solve IE7 IE8 Compactibility
Mar 16, 2012 04:00 AM|LINK
Hi, I tried the above codes with IE8 and found it works, have you tried my codes on another system with IE8 installed? Additionally, please paste your codes here for analysis.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
ajeesh.mekka...
Member
22 Points
54 Posts
Re: How to solve IE7 IE8 Compactibility
Mar 16, 2012 05:20 AM|LINK
<iframe src="@Model.ReportFile" id="frameReportFile" width="100%" height="100%"></iframe> and am using MVC
FightAsABull
Contributor
2228 Points
424 Posts
Re: How to solve IE7 IE8 Compactibility
Mar 16, 2012 07:01 AM|LINK
Hi, please check this:
http://stackoverflow.com/questions/5965990/populating-iframe-with-pdf-using-mvc-ie-issue