Начало
Пользовательские детали
Referrer
Покажет,от куда посетитель пришёл
JavaScript Referrer
<!-- ONE STEP TO INSTALL REFERRER: 1. Copy the coding into the BODY of your HTML document --> <!-- STEP ONE: Add this code into the BODY of your HTML document --> <CENTER> <SCRIPT LANGUAGE="JavaScript"> <! > <! > <!-- Begin // The referrer info is only printed out when you // follow a link to the page with this script on it! if (document.referrer) { document.write("<B>Thanks for visiting us from "); document.write(document.referrer+"</B>"); } // End --> </SCRIPT> </CENTER> <!-- Script Size: 0.52 KB -->