Right after this line of comment:
you are trying to embed javascript:
var src = 'http://ads.elfster.com/go/a.aspx?ZoneID=' + ZoneID + '&Task=Get&IFR=False&PageID=27668&SiteID=' + SiteID + '&Random=' + browDateTime;
I have this way:
a.aspx ZoneId = 4 &? Task = Get & IFR = False & PageId = 27668 & SiteID = 1 & Random = 1250553113754
This URL returns HTML, not javascript, therefore you will get an error.
source
share