Is there an Equivalent command in code for pressing back on IE ? That is something that would achieve the same thing ?
Printable View
Is there an Equivalent command in code for pressing back on IE ? That is something that would achieve the same thing ?
in client javascript, it history.back(-1) or maybe it is .goback(-1)
something like that