I'm having trouble with implementing the .back()
feature in this code snippet:
<a onclick=<% this.window.history.back() %>
I keep receiving an error stating "history is undefined," even though there is a history in the window object. Does anyone have any suggestions on how to fix this issue and make it work properly?