I am trying to redirect someone to another page using javascript, however, the problem is, one they are redirected, i dont see that in the log (at the reference field)
for using redirect, i need to be able to track where they are going step by step.
i have tried using the META TAG way to redirect, but it doesnt get logged in the log file
then i have tried in javascript the window.location.href way, that didnt work either....
i haven'ted tried window.location.replace but i figured it'll be the same.
so how can i redirect someone to another page while it WILL get logged in the log file in the "referece" field.
all my other pages work without any kind of redirection, i can see it in the referece field, but its just the pages that do redirection dont log into the reference field of the log file.
Any help would be appreciated.
Thanks,
755
for using redirect, i need to be able to track where they are going step by step.
i have tried using the META TAG way to redirect, but it doesnt get logged in the log file
then i have tried in javascript the window.location.href way, that didnt work either....
i haven'ted tried window.location.replace but i figured it'll be the same.
so how can i redirect someone to another page while it WILL get logged in the log file in the "referece" field.
all my other pages work without any kind of redirection, i can see it in the referece field, but its just the pages that do redirection dont log into the reference field of the log file.
Any help would be appreciated.
Thanks,
755