hemi
11-04-2009, 03:13 AM
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.js in that url .
i downloaded that ab.js 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
-------------------------------------------
<script type="text/javascript">
var Host = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + Host +
"abc.com/ab.js' type='text/javascript'%3E%3C/script%3E"));
</script>
------------------------------
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.js in that url .
i downloaded that ab.js 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
-------------------------------------------
<script type="text/javascript">
var Host = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + Host +
"abc.com/ab.js' type='text/javascript'%3E%3C/script%3E"));
</script>
------------------------------