capturing back button
capturing back button
Until the bookmarking tools are added to the UI for managing ajax
history, tabs, etc, can anyone help me know how to simple capture the
fact that the user clicked the back button and know that they are not
actually trying to close their browser (i.e. the unload event doesn't
work since it fires for both of these actions)?
I went through the old history plugin code but still can't quite get
it, I just want to trap that even and notify the user with a message,
but I want to know for sure they clicked the back button.
Brian