搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Document not opening in same iframe window

  • 1 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 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>

所有回覆 (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