Avatar for Username

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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