


According to the documentation of JavaScript [NCC 95e], it gives the possibility of simulating the back button. The following ought to do the trick:
<a
href = "javascript:history.back()">
Go
back </a>
Note however that this requires a user agent that is both JavaScript aware, and has JavaScript enabled. The construct will fail for all other browsers.
Top Ten Mistakes in Web Design