history.back() doesn't work inside a panel
I have a panel which loads an external page. I wanted to add a back button
to the panel. I tried history.go(-1), history.back(),
window.history.back(), self.history.back() but none worked. Is there any
specific reason? Any workarounds to implement the back button?
No comments:
Post a Comment