I have a web page that directs the user to another page. If they hit the back button I want to have some VB code run on the original page. How would I go about doing this?
Thanks
Printable View
I have a web page that directs the user to another page. If they hit the back button I want to have some VB code run on the original page. How would I go about doing this?
Thanks
You mean you want to capture whether or not they returned to the page after leaving it and run some code, only if they have returned?
That is correct.