PDA

Click to See Complete Forum and Search --> : Disabling Activex plugins for a particular page


SanjP
Jul 10th, 2006, 06:27 AM
Hi,

Anybody knows how to diable Activex plugins for a particular page. I dont want it through IE settings, I want to implement this through the page itself.

~Sanjivani

mendhak
Jul 11th, 2006, 03:10 PM
Using javascript, provided you know the id of the ActiveX objects:

document.getElementById('idofax').disabled = true;