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 first time, Word appear correctly. But if i try to refresh my page
(whithout closing IE), Word is'nt launched any more (nothing happen).
I must close and restart IE to make Word appear again.
If i make the same test with Windows 2000/IE 6/Word 2000, the problem
does'nt appear (Word is launched every time i refresh my page).
Someone could tell me how to resolve the problem with Word 97/IE 5.5 ?
Thank you.
<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 first time, Word appear correctly. But if i try to refresh my page
(whithout closing IE), Word is'nt launched any more (nothing happen).
I must close and restart IE to make Word appear again.
If i make the same test with Windows 2000/IE 6/Word 2000, the problem
does'nt appear (Word is launched every time i refresh my page).
Someone could tell me how to resolve the problem with Word 97/IE 5.5 ?
Thank you.