Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Length Example

<html> <body> <button onclick="alert(window.history.length);">History Length</button> </body> </html>