Help: Mystery Java Code in my Browser "View Source"?
Hi,When viewing the page source code of any website page, there is java script that apprears as if it were part of the page source code, but it isn't.
I discovered this when editing a site to debugging a graphic that wasn't showing up. When I would view my own source code, I would see this java code that wasn't supposed to be there. When I would edit the actual code, it was gone. Further investigation led to the discovery that the code appears on any page source I view via the browser.
<script language='javascript' src='http://127.0.0.1:
1038/js.cgi?pca&r=
17421'></script>
The next part show up at the bottom of the page after </html>
<script language='javascript'>postamble();</script>
This is a win2000 machine, all updated latest version.
Does anyone know what might be going on and how to get rid of whatever this is?