FALCONSEYE
Programmer
thanks for the help in advance. i have a problem with recording the referring urls. in our log tables, we have %60~%67 null referring urls. i have the following code:
document.write("referring url by javascript:"+document.referrer);
what happens is when a user opens up a browser the home page is loaded. if i type in my site's url or click the link from one of the favorites, the document.referrer variable is null. is there a way to capture this information via AJAX or another way ?
thanks again...
document.write("referring url by javascript:"+document.referrer);
what happens is when a user opens up a browser the home page is loaded. if i type in my site's url or click the link from one of the favorites, the document.referrer variable is null. is there a way to capture this information via AJAX or another way ?
thanks again...