Edit: What I really need to know is if there is any javascript event that will reliably fire when the user arrives at the page via the back button. I trie
Isn't that the behaviour you want, so they don't double-submit using the back button?
Anyway, you could set a cookie on the following page, and detect that on load on the page with the form.