Slashdot Mirror


User: kevinale

kevinale's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:There it is!!! on Do Not Call Site Has AT&T Stats Tracker? · · Score: 1

    well as a follow up.. it's actually THESE lines:

    var P ="http"+(window.location.protocol.indexOf('https:' )==0?'s':'')+"://"+TagImage+"/dcs.gif?";
    for (N in DCS){P+=A( N, DCS[N]);}
    for (N in WT){P+=A( "WT."+N, WT[N]);}
    for (N in DCSext){P+=A( N, DCSext[N]);}

    dcs_createImage(P);
    // this line pulls the image from the server

  2. Re:There it is!!! on Do Not Call Site Has AT&T Stats Tracker? · · Score: 1

    That NOSCRIPT tag is only called if javascript is off.. Otherwise in the WebTrendScript.js that it imports (www.donotcall.gov/WebTrendScript.js) it DOES create a unique URL to pull an image in this offending line:

    .
    .
    var P ="http"+(window.location.protocol.indexOf('https:' )==0?'s':'')+"://"+TagImage+"/dcs.gif?"; .
    .