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>