Help - Search - Members - Calendar
Full Version: Embedding office documents
HTMLHelp Forums > Web Authoring > General Web Design
infamous_Q
Hello all, i'm trying to figure out how to embed office documents (like a .doc or .docx file) into a webpage, so that it displays (just the text and formatting is preferrable). However, when i try and do it in an iframe i'm always prompted to download the file. Plain txt files work perfectly, but .doc files have richer formatting. What am i doing wrong?

code:

<html>
<body>
<iframe src="test.doc" scrolling="no"></iframe>
</body>
</html>


Thanks guys!
pandy
How Office programs behave in situations like that is controlled by the user. I never let the files display inside the browser. You can't control that from a site.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.