What is the simplest way to create an tag that links to the previous web page? Basically a simulated back button, but an actual hyperlink. Client-side
The easiest way is to use history.go(-1);
history.go(-1);
Try this:
Go Back