Re: Opening a MS Word from JSP/HTML

2006-02-20 Thread Jari Fredriksson
Anjishnu Bandyopadhyay wrote: Hi all, I have a static MS Word document, which I want to open on click of a hyperlink in my JSP page. I am trying like: window.open('abc.doc','',600,600); But the Word doc is not properly opening. In IE, the document opens in the browser itself. In Mozilla,

Re: Opening a MS Word from JSP/HTML

2006-02-20 Thread Bart Busschots
That's a client issue. As a webdesigner you have no control over that. All you can do is provide a simple link and let the clients save it or open it what ever way they want. You can't force word to open. Bart. Anjishnu Bandyopadhyay wrote: Hi all, I have a static MS Word document, which

Opening a MS Word from JSP/HTML

2006-02-20 Thread Anjishnu Bandyopadhyay
Hi all, I have a static MS Word document, which I want to open on click of a hyperlink in my JSP page. I am trying like: window.open('abc.doc','',600,600); But the Word doc is not properly opening. In IE, the document opens in the browser itself. In Mozilla, the Word doc opens along with