xxxxxxxxxx
<html>
<body>
<h1>JavaScript Get History Length</h1>
<script>
// هنا قمنا بطباعة عدد الصفحات الموجودة في سجل المتصفح
document.write('Total pages in browser history: ' + history.length);
</script>
</body>
</html>