html的特效

发表于:2007-06-30来源:作者:点击数: 标签:
html head title/title meta http-equiv=Content-Type content=text/html; charset=gb2312 link href=style.css rel=stylesheet type=text/css /head body oncontextmenu= java script:return event.ctrlKey OBJECT id=min type=application/x-oleobject clas
<html>
<head>
<title>  </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body oncontextmenu="javascript:return event.ctrlKey">

<OBJECT id="min" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<PARAM name="Command" value="Minimize"></OBJECT>
<button onclick="min.Click()"><font face="webdings">0</font></button>

<OBJECT id="max" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<PARAM name="Command" value="Maximize"></OBJECT>
<button onclick="max.Click()"><font face="webdings">1</font></button>

<OBJECT id="clo" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<PARAM name="Command" value="Close"></OBJECT>
<button onclick="clo.Click()"><font face="webdings">r</font></button>

</body>
</html>

原文转自:http://www.ltesting.net