Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>关闭窗口打开收藏夹</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
<script language="javascript">
function bookmark(){
window.external.AddFavorite(location.href, document.title)
}
</script>
</head>
<body onunload=bookmark()>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx