mmaz
Programmer
- Nov 22, 2000
- 347
Hello,
I'm opening a Word document from my ASP and I've noticed that a new instance of winword.exe will be created whether I click "Yes" or "No" to the ActiveX warning message ("Some Software(ActiveX Controls) on this page might be unsafe. It is recommended that you not run it. Do you want to allow it to run?)
I'd like to have a sub-routine where if the user selects "No", then set the instance of the Word.application object to nothing.
Does anybody know how I can detect which option the user selected ("yes" or "no"?
Thank you in advance!
I'm opening a Word document from my ASP and I've noticed that a new instance of winword.exe will be created whether I click "Yes" or "No" to the ActiveX warning message ("Some Software(ActiveX Controls) on this page might be unsafe. It is recommended that you not run it. Do you want to allow it to run?)
I'd like to have a sub-routine where if the user selects "No", then set the instance of the Word.application object to nothing.
Does anybody know how I can detect which option the user selected ("yes" or "no"?
Thank you in advance!