Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

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