Welcome Guest Search | Active Topics | Sign In | Register

ActiveX Options
Aaron
Posted: Friday, December 12, 2008 4:16:40 PM
Rank: Newbie
Groups: Member

Joined: 12/12/2008
Posts: 2
Hi,
I was wondering if the EO.Web controls utilize any form of ActiveX or related control? In our test environment, when we disable the IE settings "Run ActiveX controls and plugins" and "Script ActiveX controls marked safe for scripting" our application runs into some errors, but when both of those settings are enabled, the application works properly. Thanks for the info!

- Aaron
eo_support
Posted: Friday, December 12, 2008 4:33:47 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Hi,

No. We do not use any ActiveX except for the built-in HttpRequest object, which is needed for any AJAX related features, such as CallbackPanel, populate on demand, etc. This is the same object as any other AJAX solution uses, such as ASP.NET AJAX.

Thanks!
Aaron
Posted: Friday, December 12, 2008 5:29:18 PM
Rank: Newbie
Groups: Member

Joined: 12/12/2008
Posts: 2
Thanks for the quick response. So we'll need to have this settings enabled in order to use any form of AJAX solution? We are dealing with locked-down computers at the client-level and one or both of these settings might be disabled.
eo_support
Posted: Friday, December 12, 2008 5:45:35 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
I believe that is true for IE 6, but not necessary for IE 7. All AJAX solution relies on HttpRequest object, which in IE 6 is not an intrinsic JavaScript object, but an ActiveX object that is safe for script. As a test, you can try to run Microsoft’s ASP.NET AJAX live samples with that option disabled on IE 6. You should run into script error.

Since AJAX has become so popular so IE 7 attempts to address this. So IE 7 appears to allow you create this object regardless your settings. But with so many users out there still using IE 6, this can still be an issue.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.