打开页面时自动最小化及清除点击链接时的虚线框方法
作者:knitter 日期:2007-11-28
<!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>
<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>
评论: 0 | 引用: 0 | 查看次数: 1077
上一篇
下一篇


文章来自:
Tags: 




