打开页面时自动最小化及清除点击链接时的虚线框方法

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>www.wknitter.cn</title>
<style type="text/css">

</style>
</head>
<body onload="this.blur()"><!--打开页面时自动最小化-->
<a href="#" onFocus="this.blur()">www.wknitter.cn</a><!--清除点击链接时的虚线框-->
</p>
</body>
</html>


[本日志由 knitter 于 2008-07-21 02:48 AM 编辑]
文章来自: 本站原创
引用通告: 查看所有引用 | 我要引用此文章
Tags: 最小化
评论: 0 | 引用: 0 | 查看次数: 1077