Results 1 to 2 of 2

Thread: Disabling Activex plugins for a particular page

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    24

    Disabling Activex plugins for a particular page

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Disabling Activex plugins for a particular page

    Using javascript, provided you know the id of the ActiveX objects:

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width