Print Page | Close Window

HELP: ActiveX issue

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=21961
Printed Date: 29 March 2026 at 7:36pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: HELP: ActiveX issue
Posted By: slapmonkay
Subject: HELP: ActiveX issue
Date Posted: 18 November 2006 at 12:12am

Users on my forums are having an "Allow ActiveX" Yes/No popup whenever someone puts a SWF in there Signature. How do I fix this?




Replies:
Posted By: slapmonkay
Date Posted: 18 November 2006 at 8:31am
Anybody have any ideas?


Posted By: dpyers
Date Posted: 18 November 2006 at 3:47pm
This has been a problem for all sites using flash a while now. MS lost a lawsuit although the plaintive had no way of benefiting from a win so we all got screwed. A google will turn up several methods for dealing with it.

The method I use is to include the following line after the last active x control on a page.
    <script type="text/javascript" src="/iefix.js"></script>


iefix.js is in the root folder and contains
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects.outerHTML = objects.outerHTML;
}


Never tried it with wwf, but I'd put the script line in footer.asp.

Allowing users to upload flash is a disaster waiting to happen though.


-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: slapmonkay
Date Posted: 19 November 2006 at 3:01am
I actually am not letting them upload anything, they are simply using forum code [flash] and [/flash] tags, and it is causing this issue. Ill try that code out but is there any way to remove the flash forum code from allowing this only in signatures or some other solution incase this dont work.
 
Is anyone else having this issue?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net