Ticket #345 (closed Bug: duplicate)

Opened 3 months ago

Last modified 1 month ago

Give up document.write detecting IE's plugins

Reported by: eRIZ Assigned to:
Priority: normal Milestone: DigitalVibes
Component: Core Version:
Keywords: javascript plugins detect Cc:

Description

Currently, there's no change since phpMyVisites - Internet ExploDer's plugins are still detected through writing VBS code into document.

Yesterday, I started adapting PMV's tracker to JS object code. Of course, document.write won't work in such situation. After a few hours of googling and writing, I wrote something like this:

plugIE: function(pmv_plug){
        try{
            control = new ActiveXObject(pmv_plug);
            return true;
        }catch(e){
            return false;
        }
    },

It would be easier to implement into object style by using new ActiveXObject.

Change History

10/10/08 15:17:18 changed by matt

Hello eRIZ, any update on your OO version of the piwik JS? Thanks.

10/10/08 17:12:37 changed by matt

  • status changed from new to closed.
  • resolution set to duplicate.

We will fix this bug at the same time as migrating to OO version of the Piwik JS tag. see comments in #355