I tried this, and msword is installed. This should launch the msword plugin
correct? I have a web page with a link to an file with the extension .doc,
and this works?
-----Original Message-----
From: Klaas van der Ploeg [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 03, 2001 5:11 AM
To: [EMAIL PROTECTED]
Subject: RE: viewing application/msword using TOMCAT
response.setContentType("application/msword");
out.write("This is some sample text");
Browsers base their action on the content-type. If msword is installed,
contenttype application/msword is handled by msword.
I'm using RTF to send word-templates to the users, that works fine.
Rgrds,
Klaas
-----Original Message-----
From: jingi [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 3 augustus 2001 1:34
To: [EMAIL PROTECTED]
Subject: viewing application/msword using TOMCAT
how to view application/msword file on browser side using TOMCAT ?????
thanks for help in advance.
-jingi