Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Document not opening in same iframe window

  • 1 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 4 gösterim
  • Son yanıtı yazan: 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>

Tüm Yanıtlar (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