Leonhard Kronast: Wie kann ich bei einem "history.back()" Link die Statuszeile diese History enthalten?

Beitrag lesen

Hi Konrad,

wenn ich Dich richtig verstehe ist document.refferer das was Du suchst:

<html>
<head>
<title></title>
</head>

<body>
<A HREF="javascript:history.back();" OnMouseOver="status=document.referrer; return true;" OnMouseOut="status=' '; return true;"><FONT SIZE="+2">
<   zurück</FONT></A>
</body>
</html>

Gruß

Leonhard