|
|
网页中实现浏览器的最大,最小化和关闭按钮 |
|
|
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站 |
<html> <head> <title>测试页面</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body> <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>

|
|
相关文章:相关软件: |
|