Pawel wrote:
[color=blue]
> I tried to embed Excel sheet into HTML page by following command:
>
> <iframe src="Tmp.XLS" width="100%" height="500"></iframe>
>
> and it works,[/color]
For some limited definition of "works", maybe. Note that in a www
context, not every user will have MS Excel.
[color=blue]
> showing Excel sheet inside the page, but there is no way I can save
> the Excel sheet after it has been change.[/color]
Save it where? Where to you want users to save the changes? If it's to
their own filesystem, I'd think the context menu might be of help, so
I'd start there.
[color=blue]
> The Excel menu is not active and the system is not asking whether I
> want to save the changes or not.[/color]
That's surprising. If I load an MS Word document in MSIE, and hit the
backspace key to go back in the history, I instead edit the document,
erasing a character or tab. When I then click my back button, I get a
"save document" prompt. [1]
[color=blue]
> Is there any way I can show menu bar in embeded Excel or maybe I
> should use some other way to show Excel file inside my html page?[/color]
If you want users to edit the table, you're looking at a more
complicated application. It'd involve server-side scripts and HTML tables.
[1] More MSIE weirdness. I just tested this, to make sure I was
remembering correctly. When I selected a link to an MS Word document,
MSIE loaded the document in the browser window, where I could edit it.
At the same time, the MSIE logo icon in the title bar -- the blue "e",
changed to the Firefox logo! When I went back to the previous
document, the blue "e" returned. Strange strange beast.
--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/