| Author |
opening a word doc
|
raghu ram
Greenhorn
Joined: Sep 25, 2006
Posts: 8
|
|
|
i want to open a word doc by clicking on a submit button from a mentioned file path
|
 |
Ken Blair
Ranch Hand
Joined: Jul 15, 2003
Posts: 1078
|
|
|
And what is your question? Give us a specific question, show us your work so far. Just telling us you want to do this and providing nothing else isn't likely to get a good response.
|
 |
ravindra patil
Ranch Hand
Joined: Sep 01, 2006
Posts: 196
|
|
you can use Runtime interface's getRuntime() method to carete its object and use exec() methos of it which returns Process object mentioned your path in that method argument
|
 |
 |
|
|
subject: opening a word doc
|
|
|