-
ActiveX error in VBScript in Outlook html page
A VBScript contained in an HTML page (HTML page is on the local hard-drive)
is loading into Outlook. In the script, I'm trying to create another instance
of Outlook:
Set objOutlook = CreateObject("Outlook.Application")
This forces a dialog box to pop up, with the message: "An ActiveX control
on this page might be unsafe to interact with other parts of the page. Do
you want to allow this interaction?"
I've set Outlook security to LOW. No help. (Tools-> Options -> Security...)
Any ideas?
thanks.
-
Re: ActiveX error in VBScript in Outlook html page
I'm not sure if the low setting enables this, but have you checked the setting
"Initialize and Script controls not marked as safe"?
"Michael Waddell" <michael.waddell@i-technology.com> wrote:
>
>A VBScript contained in an HTML page (HTML page is on the local hard-drive)
>is loading into Outlook. In the script, I'm trying to create another instance
>of Outlook:
>Set objOutlook = CreateObject("Outlook.Application")
>
>This forces a dialog box to pop up, with the message: "An ActiveX control
>on this page might be unsafe to interact with other parts of the page. Do
>you want to allow this interaction?"
>
>I've set Outlook security to LOW. No help. (Tools-> Options -> Security...)
>
>Any ideas?
>thanks.
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|