|
|
| 关闭窗口时提示添加到收藏夹 |
| 整理:Cnwshow.Com 来源:Internet 整理时间:2008-2-16 |
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>关闭窗口时提示添加到收藏夹</title>
<script language="javascript">
function bookmark(){
window.external.AddFavorite('http://www.cnwshow.com', '中国个人网页秀')
}
</script>
</head>
<body onunload="bookmark()">
<p>关闭本窗口看效果</p>
<p></p>
</body>
</html>
|
|
|
|
|
|