problem with browser

  • Thread starter Thread starter kiran kumar
  • Start date Start date
K

kiran kumar

sir,i cannot able to open the power point ans excel files in browser
ehn i refer them in the <href> to the server.i am a software developer
doing project in jsp with tomcat.in my application i got some
filenames when the user click on the link that file will be played in
the new browser window.all image files can be displyed and word
documents also working the only problem with power point and excel
files.when I click its displaying some special charactes only.If type
the actual physical path on the browser then it can open directly but
when i refer through hyper link its giving me the problem.
I am using IE6 and tomcat5.
please help me to solve my problem.
i dont know whether this is sever or browser problem.but i deployed in
other server than tomcat also giving the same problem
I dont know what to do?Please help me
 
Surely nothing to do with server. Probably due to to file associations
in client's Windows for *.ppt files. Search in Windows Help for words
"file association".

Hope this is useful to you. Let us know.

rms
 
Kiran kumar said:
sir,i cannot able to open the power point ans excel files in browser
ehn i refer them in the <href> to the server.i am a software developer
doing project in jsp with tomcat.in my application i got some
filenames when the user click on the link that file will be played in
the new browser window.all image files can be displyed and word
documents also working the only problem with power point and excel
files.when I click its displaying some special charactes only.If type
the actual physical path on the browser then it can open directly but
when i refer through hyper link its giving me the problem.
I am using IE6 and tomcat5.
please help me to solve my problem.
i dont know whether this is sever or browser problem.but i deployed in
other server than tomcat also giving the same problem
I dont know what to do?Please help me

See this for more information:

Control how the browser opens PowerPoint files
http://www.rdpslides.com/pptfaq/FAQ00189.htm

If a valid link to a ppt file causes the browser to open the file as text
(which is what it sounds like it's doing) it may be that the MIME type isn't
set correctly for PPT at the server.

--
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA www.PowerPointLive.com
================================================
 
Back
Top