Thread: script tracker
View Single Post
  #1 (permalink)  
Old 11-03-09, 10:14 PM
hemi hemi is offline
Wannabe Coder
 
Join Date: Aug 2009
Posts: 117
Thanks: 15
Thanked 0 Times in 0 Posts
script tracker

hi,

i got a source code from google and i want to use it but there is a script in that
"i think it tracks our information"(not exactly sure). if i remove it my script it is not working.becoz there is ab.<acronym title="JavaScript">js</acronym> in that url .

i downloaded that ab.<acronym title="JavaScript">js</acronym> file seperately

can any one tell what exactly the bellow script is for if it is for tracking plz tell me how to avoid without disturbing my script




HTML Code:
<script type="text/javascript">
var Host = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + Host +
"abc.com/ab.<acronym title="JavaScript">js</acronym>' type='text/javascript'%3E%3C/script%3E"));
</script>

Last edited by End User; 11-04-09 at 04:38 PM. Reason: Add code tags
Reply With Quote