ActiveX control

hi everybody

this script is for making disable to the activeX control over the flash.


<script language="javascript">
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects*.outerHTML = objects*.outerHTML;
}

</script>

this script is working fine on the IE and firefox

but it dosen’t work on the opera

some body tell me the perfect reason or problem regading the my script.

:slight_smile: