URGENT: Launching MS Word

They have: 15 posts

Joined: Jun 2000

Is it possible to launch MS word using Java script? Or I have to use Java applet? More than just launching actually.

My situation is like this:
The X.doc file is on the server. The client browser will launch the MS word and open that specific X.doc file when the link is clicked. Any modification to the X.doc file will be saved back to the server.

Is it possible? Using Javascripts?

Thank you very much.

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi,

Have you tried simply linking to the *.doc?
:0

Vinny

------------------
my site:GrassBlade: cut&paste javascript
moderator at:The Javascript Place Forums
Javascript City

Where the world once stood
the blades of grass cut me still

They have: 15 posts

Joined: Jun 2000

quote:Originally posted by Vincent Puglia:
Hi,

Have you tried simply linking to the *.doc?
:0

Vinny

Thanks for you reply but i have tried that.
I can open the .doc file, i still edit the .doc file but then when i want to save it, it will prompt me to save to my local drive.

I was wondering if there is a way to allow one to open a document in the server, edit it and then save it without the need to specify the path.

Thanks

They have: 122 posts

Joined: Jun 1999

like I said on the wsabstract forum, this can't be done with javascript. try asking the cgi forum if they know a way.

They have: 15 posts

Joined: Jun 2000

Thousand Thanks to all of you!

They have: 5,633 posts

Joined: Jan 1970

Basically what your trying to do is supply a Microsoft Word file on a server that’s editable by Word client. The only way you can do this is if you provide access to the server i.e. password(s) and username(s). Search around on Microsoft Web site for information on using Microsoft Word’s on-line features and Web Folders.

You could do something similar using HTML or TEXT formats that could be saved to the server using CGI. Or you could have them edit the file, save it to their desktop, and then provide a form to REupload the document to the server.

------------------
Adam
AIS Internet Solutions
[email protected]
www.aisinternet.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.