Hi, I want to open files like excel and word files to display them in a frame of the browser. Firstly, is that possible ? Secondly, does anyone know a sample code to do that ? I found some in the web but when I try to open the file it's loading loading loading...for
a long time and still loading withtout something happens. If someone already got the same problem or got the solution ? thank for your help ad
Hello, since you want the content of the frame to be just the Word or Excel file, you can load it into an IFRAME that is the same size as the frame. Your frame page HTML should look like this:
djbreizh
Member
85 Points
17 Posts
How to open office files
Aug 06, 2003 03:23 AM|LINK
KBrocksi_SEC
Contributor
3382 Points
627 Posts
Re: How to open office files
Aug 06, 2003 03:19 PM|LINK
<IFRAME SRC="myWordFile.doc" WIDTH="100%" HEIGHT="100%" FRAMEBORDER="No">HTH,