PDA

Click to See Complete Forum and Search --> : Code Equivalent for pressing back on IE


gotham
Oct 31st, 2002, 01:11 PM
Is there an Equivalent command in code for pressing back on IE ? That is something that would achieve the same thing ?

Cander
Oct 31st, 2002, 01:15 PM
in client javascript, it history.back(-1) or maybe it is .goback(-1)

something like that