码迷,mamicode.com
首页 > Windows程序 > 详细

window.History

时间:2015-05-16 00:05:00      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>History对象</title>
</head>
<script type="text/javascript">
var HL = window.history.length//back(),forward(),go();
document.write(HL);
</script>
<body>
</body>
</html>

window.History

标签:

原文地址:http://www.cnblogs.com/swust-li/p/4506996.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!