Page is a not externally linkable
manjumurthy - 8:19 am on Jul 21, 2001 (gmt 0)
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 Set Word2 = CreateObject("word.application") my CreateObject fails. need help
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.
I tried using the following code:
Set mail = Word2.Documents.Open("C:\WorkFlow Product Requirements.doc")
Word2.Visible = True
i have no idea as to what needs to be done.