View Single Post
  #11   Report Post  
Old 31-07-2005, 05:58 PM
DC
 
Posts: n/a
Default

First off, G, there is a problem with your website. Try viewing it
from something other than your server (or develpment machine) and
you'll discover that there is a javascript call to a page that points
to 127.0.0.1 which is the internal loopback address of a PC. (So no
matter who visits it, it tries to look up pages on THEIR machine
instead of yours.)

Offending code: "script language='javascript'
src='http://127.0.0.1:1025/js.cgi?pcaw&r=9514'/script"

Cheers,

DC