Section 25.141. History.back( ): return to the previous URL


25.141. History.back( ): return to the previous URL

JavaScript 1.0

25.141.1. Synopsis

 history.back( ) 

25.141.2. Description

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); 




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net