Navigator 2.0, Internet Explorer 3.0
back() causes the window or frame to which the History object belongs to revisit the URL (if any) that was visited immediately before the current one. Calling this method has the same effect as a user's click on the Navigator Back button. It is also equivalent to:
history.go(-1);