Could someone please tell me how I can simulate using the Back button in IE. I want to give users the option to go to the previous page, either to re-start with a clean selection or modify the existing selection (i.e. the Back button).
From what I have read, the answer seems to be to use ("javascript:history.go(-1);"), but I can't seem to get this to work from my button.
I am using VB.NET
Thanks for your help.
From what I have read, the answer seems to be to use ("javascript:history.go(-1);"), but I can't seem to get this to work from my button.
I am using VB.NET
Thanks for your help.