In the footer of my page there a few links that point to different sections on the same page using anchor tags (# appended to the URL of the page).
This works fine, just
if (document.referrer == "") { window.open("index.php"); } else { window.history.go(-1); return false; }