<html>
<head><title>JavaScript定时关闭网页</title></head><body><script LANGUAGE="JavaScript">setTimeout('window.close();', 5000); </script><p align="center">5秒后关闭</p><br /></body>
</html>
本文共 258 字,大约阅读时间需要 1 分钟。
<html>
<head><title>JavaScript定时关闭网页</title></head><body><script LANGUAGE="JavaScript">setTimeout('window.close();', 5000); </script><p align="center">5秒后关闭</p><br /></body>
</html>
转载于:https://www.cnblogs.com/yanguang/archive/2011/08/27/2155601.html