'referrer' Syntax and Note : referrer « Javascript Properties « JavaScript Reference

'referrer' Syntax and Note

Note:

Read-only property. 
Returns an empty string if the page has no referrer.
    
Syntax:
    
document.referrer

    

      
      








Related examples in the same category

1.'referrer' Example
2.'referrer' is applied to