Click to See Complete Forum and Search --> : Stop overtyping of data within IFRAME ?


tcurrier
01-24-2006, 05:11 PM
I'm using an IFRAME to display an Excel Spreadsheet, but when it opens, I'm able to type over the data in the spreadsheet.... I don't want this to happen.
I know it's not actually altering the original file, but it messes up the looks of the page.

I tried making the spreadsheet file read/only, but that doesn't work.

Is there any way to 'protect' the data within the IFRAME ?

David Harrison
01-24-2006, 05:38 PM
You could always just not use an Excel spreadsheet and not use an <iframe>. Just use a table to display the data you want on the page.

tcurrier
01-24-2006, 10:47 PM
Thanks, but the spreadsheet is constantly being updated, so I wouldn't want to have to change a table every time the data in the spreadsheet changed....

ray326
01-24-2006, 11:21 PM
Ideally you would put the current spreadsheet values into the table every time the page is displayed from the server.