<html>
<body>
<p>Number of URLs in history list:</p>
<p id="demo"></p>
<p><strong>Note:</strong> This example is opened in a new frame and will be treated as a new "session".</p>
<script>
var x = history.length;
document.getElementById("demo").innerHTML = x;
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_his_length by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 14:05:37 GMT -->
</html>