Outlook from on Intranet won't run

  • Thread starter Thread starter Chuck
  • Start date Start date
C

Chuck

Hi,

I created a test form sample using the following code :

http://www.outlookcode.com/d/code/formonweb.htm

This form is hosted on our local intranet and runs under our Intranet
zone.

The form works great on all our machines EXCEPT on this one brand new
Dell Dimension. It is using Outlook 2003, We have other machines that
also have the same outlook version and they run the form fine.

I've checked the zone security setting (even set it to LOW - just for
testing) . Then I thought may be it had to do with Javascript, but
other stuff with Java Script works fine on this Dell. I've checked
almost all other settings and they seem to match up

Not sure what else to check any help would be apprecaited or may be
antoher way to run the form via our intranet.

TIA

Chuck
 
Just wanted to post a follow up to my original message below..

The error message is on the following line --

Set outlookApp = CreateObject("Outlook.Application")

so I tried to do a repair office and register Outlook.exe.

Still no luck
 
Many client-side virus scanners also disable script attempts to instantiate
an Outlook.Application object. I bet that's at least part of the problem
here.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top