Lutz Rosema: Unterstützt Netscape vielleicht die Methode document.referrer nicht

Beitrag lesen

Wenn du mit Frames arbeitest, solltest du vieleicht document.top.referrer probieren. Wenn du die URL manuell eingegeben hast, ist die Variable leer. Vielleicht gibt es da eine Möglichkeit über das history-Objekt an weitere Informationen zu kommen ?

Hi Michael,
wie Du hier "http://developer.netscape.com/docs/manuals/js/client/jsref/index.htm"
sehen kannst unterstützt Netscape referrer schon seit js1.0. Daran kann es also
nicht liegen. Dort steht auch:
When a user navigates to a destination document by clicking a Link object on a source
document, the referrer property contains the URL of the source document.
referrer is empty if the user typed a URL in the Location box, or used some other means
to get to the current URL. referrer is also empty if the server does not provide
environment variable information.
Mehr konnte ich nicht finden.
Gruß Wolf