August 2006
Intermediate to advanced
1018 pages
34h 13m
English
History.back( ): return to the previous URL — JavaScript 1.0
history.back( )
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 clicking on the browser’s
Back button. It is also
equivalent to:
history.go(-1);
Read now
Unlock full access