Hi
I'm building a small intranet. The staff make information in Excel and "save as... web page" so a .htm file is produced.
I have an upload function so they can upload the file to the web server.
I want to be able to display this file without modifying the code, I could use SSI if I chopped out the code above the body tag but I don't want to do this. I have tried iframes but I'm suffering scrollbar or width problems.
Whats the best way to display these files within the intranet pages? I could display as a "pop-up" style using a _blank and accessing the file directly but I wanted to embed in the page.
Any suggestions please?
Cheers
I'm building a small intranet. The staff make information in Excel and "save as... web page" so a .htm file is produced.
I have an upload function so they can upload the file to the web server.
I want to be able to display this file without modifying the code, I could use SSI if I chopped out the code above the body tag but I don't want to do this. I have tried iframes but I'm suffering scrollbar or width problems.
Whats the best way to display these files within the intranet pages? I could display as a "pop-up" style using a _blank and accessing the file directly but I wanted to embed in the page.
Any suggestions please?
Cheers