<html> <head> </head> <body> <input type="button" value="Sum History" onclick="History()" /> <script language="javascript"> function History(){ alert("Tổng số trang đã truy cập là :" + window.history.length); } </script> </body> </html>