How to embed Word document view to HTML page?

I

Ilya Evseev

Hi!
I want to deliver possibility to opening DOC-file stored on Web-server
directly via Internet Explorer using small HTML wrapper.
There are two ways, and both are unuseful.

First wrapper, <FRAMESET> <FRAME SRC="file.doc"> </FRAMESET>,
opens DOC-file in edit mode. But I want to _view_ document,
and I don't want to view Word-related UI elements in IE window.

Second wrapper, <object data="restaurant.doc">, displays first page only.
But I want to display _entire_ document.

Any ideas?

WBR, Ilya

P.S. Dont tell me that Word can produce HTML -- I need direct DOC handling.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top