UncleMortis
Programmer
I'm having trouble with a document.referrer. The book tells me that when I have this on a page with an "a href" html tag, it will send it back to the page that I had originally came from or, if there is no referring page, then it will come back blank. The problem I've encountered is that when I do click the link to take me back to the referring page, it doesn't and it actually takes me back to the folder where the files are living.
document.write ("Go <a href="+document.referrer+"> back</a> one page."
document.write ("Go <a href="+document.referrer+"> back</a> one page."