FAQ Topic - How can I disable the back button in a web browser? (2012-01-27)
0 views
Skip to first unread message
FAQ server
unread,
Jan 26, 2012, 7:00:03 PM1/26/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
-----------------------------------------------------------------------
FAQ Topic - How can I disable the back button in a web
browser?
-----------------------------------------------------------------------
You can't. The browser's history cannot be modified. However, you
can use `self.location.replace(url);` in some browsers to replace
the current page in the history.