|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Using VBscript to open MS Word
Here is the code I used to open the code to open a Word document using VBscript on a webpage. It doesn't work, can anyone tell me what's wrong with it?
<html> <body> <script type="text/vbscript"> dim ww Set ww = Wscript.CreateObject("Word.Document") ww.Application.DefaultSaveFormat = "" MsgBox "Word 97 is now saving in its default format" </script> </body> </html> If it's not possible to open a word document with VBscript on a webpage, can someone tell me too? Thanks |
|
#2
|
|||
|
|||
|
Just use the shell command
Bla = Shell ("DocPath and Name,1) |
|
#3
|
|||
|
|||
|
open word document
ss
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Using VBscript to open MS Word |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|