Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- open MS Word doc from JSP page


manjumurthy - 8:19 am on Jul 21, 2001 (gmt 0)


Hi all,
on click of a link, i need to open a word document in MS word.
However it opens in IE with a word sort of look.

How do i enforce that the word doc opens in MS Word and not in IE.

I am working with JSP's running on Tomcat
I tried using the following code:

Set Word2 = CreateObject("word.application")
Set mail = Word2.Documents.Open("C:\WorkFlow Product Requirements.doc")
Word2.Visible = True

my CreateObject fails.
i have no idea as to what needs to be done.

need help


Thread source:: http://www.webmasterworld.com/javascript/650.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com