Creates a simple "Back" link to the previous viewed page. Especially useful with options like the JumpToPage Droplet.
return'<a href="javascript:history.go(-1)">Back</a>';