NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on June 24, 2010, 04:57:12 PM
-
Is is standard behavior in Firefox to ask the user to open an excel file?
I'm setting the Content type via the GetContentType function.
Cheers,
Kevin
-
Hi Kevin,
there are different approaches to take depending on what you want to happen.
So;
a) does the user have Excel installed?
b) what effect are you wanting to happen?
cheers
Bruce
-
a) does the user have Excel installed?
> Yes
b) what effect are you wanting to happen?
> they (user) wanted it to open automatically without having to nominate Excel every time.
-
Further:
If I open the file via a hyperlink then it opens in the browser without asking.
If I use the server document technique then it asks to open the file and then opens outside the browser.
-
Kevin,
IE opens XLS automagically.
Firefox does not. I download an XLS from a web site and I want it saved to disk because I open it with a clarion program. I have MS Office installed. So, I use Firefox to download it and save it to disk.
I don't know if there is a setting for Firefox to open it with Excel.
Ron
-
Thanks Ron. I try to avoid using IE at all costs!
I must not have something setup in the serve document procedure correctly as they open automatically in the browser from a hyperlink in FF
Cheers,
Kev