Ankit
Mar 18th 2006, 4:01 am
Hi
Below javascript codes is not working as i am unable to get referrer correctly with the following codes.
if(top.frames.length==0)
{
abc=document.referrer;
}
else
{
abc=top.document.referrer;
}
How could i get referrer correctly if I put above codes in frame or with out frame pages.
abc=parent.document.referrer; is also not working.
Thanks
Ankit
Below javascript codes is not working as i am unable to get referrer correctly with the following codes.
if(top.frames.length==0)
{
abc=document.referrer;
}
else
{
abc=top.document.referrer;
}
How could i get referrer correctly if I put above codes in frame or with out frame pages.
abc=parent.document.referrer; is also not working.
Thanks
Ankit