I have an issue with jquery and history.back(): I got a link:
Link back
I cant use something like
I'd try:
javascript: history.back(1)
otherwise using:
javascript: history.go(1)
the browser will stay where it is. That's not really what was initially requested, is it?