View Full Version : Allow Active x controls
hakopa
01-29-2006, 08:03 AM
Hey im having a lot of trouble with active x controls. Everytime I try add java script or flash (.swf), Clocks or let animate anything internet explorer makes you click the toolbar then click allow active x controls. Im trying to build a web site for advertising purposes but my site wont be success ful if people have to decided to add or not add the active x context. What do I do to allow internet explorer to automatically allow active x controls.
So far this is been done using (html)
Any help will be apreciated,
Thanks,
JACOB:)
jscheuer1
01-29-2006, 08:15 AM
That only happens locally as a security measure. As far as IE is concerned, javascript is ActiveX. Click on the bar and click on allow and click on yes. Once your page is live, this will not happen. You can also give your page 'the mark of the web'. That way (in most cases) it will not display the security bar locally either. Put this right after your <html> tag like so:
<html>
<!-- saved from url=(0014)about:internet -->
<!-- this and above comment should be removed for live, non-demo use -->
<head>
But, navigating away from the page to another local page, or including another local page on it via a frame or an iframe can be problematical if said page does not also have 'the mark of the web' on it.
hakopa
01-29-2006, 09:07 AM
Thanks Worked Great
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.