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
Printable View
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
Using javascript, provided you know the id of the ActiveX objects:
document.getElementById('idofax').disabled = true;