Page is a not externally linkable
mivox - 9:00 pm on May 14, 2001 (gmt 0)
If you leave the parens blank, it takes you back one page. If you wrote javascript:history.back(2), it would take you back two pages, etc... You might be able to put the javascript command in a meta redirect tag, to send them back after 5 seconds: <meta http-equiv="refresh" content="5;URL=javascript:history.back()"> Don't know if that would work though...
You can also use javascript:history.back()