I use the following VBScript to launch a Word application:
<SCRIPT LANGUAGE=vbscript>
Set WordApp = CreateObject("Word.Application")
WordApp.Visible = true
</SCRIPT>
My OS is Windows NT SP6. I use Word 97 and IE 5.5.
I launch IE and open my page containing this script.
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.