help:opening a excel file on web but read only to user

2002-02-25 Thread han peng
hihi... making help calls to all gurus/ expert out there... to open a EXCEL file in web... window.location='test.xls' how i can let a user to open a excel file to view the content but disable them from editing..? currently.. I'm using fusebox.. and including all files in the index.cfm..

Re: help:opening a excel file on web but read only to user

2002-02-25 Thread Richard Meredith-Hardy
I think you will have to make the excel file itself read only rather than any setting you can make in the way it is served up. han peng wrote: hihi... making help calls to all gurus/ expert out there... to open a EXCEL file in web... window.location='test.xls' how i can let a user