RE: Is there any way to open document in edit mode using IE

2004-06-07 Thread Fallin, Jonathan A.
how to only expose only one document in the folder location from the href link. I don't want users to have to hunt and peck for the specific document they need to open. Jonathan _ From: Solanki Mihir [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 7:11 AM To: Slide-Mailing

Re: Is there any way to open document in edit mode using IE

2004-06-07 Thread Luke Noel-Storr
The following JavaScript should do the trick: function OpenDoc(strLocation) { try { var objWord = new ActiveXObject("Word.Application"); objWord.Visible = true; } catch (e) { // unable to create an instance of Word alert("Unable to open Word - check your security settings"); } try { objWord.Docume

Is there any way to open document in edit mode using IE

2004-06-07 Thread Solanki Mihir
Hi,   I have setup slide context in my tomcat. I have also setup the Network place for it. Now through network place when I am opening say any word document (assume that the document exist under “files” folder of slide) it is opening in edit mode in MS Word. I can edit the contents of