[Solved] I want to add a back button on my website pages. Any ideas?

Wouldn’t it be easy if we could access the window-object in a button onClick-handler somehow? Then, the code would be:

window.history.back();