Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Document not opening in same iframe window

  • 1 resposta
  • 1 has this problem
  • 4 views
  • Last reply by guigs

more options

A MSWord2013 document has to be opened in an iframe window. But its not opening in the same iframe window(in the same browser This is working in Internet Explorer bu in Mozilla its not working Earlier same kind of issues in MS2007 and M2010 versions and were fixed by using MicrosoftFixIt registry. plz suggest a way to make the document open in the same window

here is a standalone code we used to check it --

<iframe src="Sample.doc"></iframe>

A MSWord2013 document has to be opened in an iframe window. But its not opening in the same iframe window(in the same browser This is working in Internet Explorer bu in Mozilla its not working Earlier same kind of issues in MS2007 and M2010 versions and were fixed by using MicrosoftFixIt registry. plz suggest a way to make the document open in the same window here is a standalone code we used to check it -- <html><body> <iframe src="Sample.doc"></iframe> </body></html>

All Replies (1)

more options

More information on iframes used in Firefox can be found in the MDN website:

However for more information on troubleshooting webpage development can also be done in stackoverflow.com and Where to go for developer support