gaufeo 发表于 2007-4-27 10:42:26

***按钮特效***ie按钮总动员

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
<!--网页特效代码由驿站jojoo.net/ts提供!-->
要完成此效果把如下代码加入到<body>区域中

<object classid=clsid:8856f961-340a-11d0-a96b-00c04fd705a2 height=0 id=webbrowser width=0>
</object>
<input onclick=document.all.webbrowser.execwb(1,1) type=button value=打开 name=button1>
<input onclick=document.all.webbrowser.execwb(4,1) type=button value=另存为 name=button2>
<input onclick=document.all.webbrowser.execwb(10,1) type=button value=属性 name=button3>
<input onclick=document.all.webbrowser.execwb(6,1) type=button value=打印 name=button>
<input onclick=document.all.webbrowser.execwb(8,1) type=button value=页面设置 name=button4>
<br>
<input onclick=window.location.reload() type=button value=刷新 name=refresh>
<input onclick="window.external.importexportfavorites(true,'');" type=button value=导入收藏夹 name=button5>

<input onclick="window.external.importexportfavorites(false,'');" type=button value=导出收藏夹 name=button32>
<input onclick="window.external.addfavorite(location.href, document.title)" type=button value=加入收藏夹 name=button22>
<br>
<input onclick="window.external.showbrowserui('organizefavorites', null)" type=button value=整理收藏夹 name=submit2>
<input onclick='window.location="view-source:" + window.location.href' type=button value=查看源文件 name=button7>
<input onclick="window.external.showbrowserui('languagedialog', null)" type=button value=语言设置 name=button6>
<input onclick=history.go(1) type=submit value=前进 name=submit>
<input onclick=history.go(-1) type=submit value=后退 name=submit2>
      










--------------------------------------

http://www.huoyue.com.cn 活跃网,活跃人群的论坛,访问活跃网,将给您带来意想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的论坛。你是年轻人吗?你活跃你就上!
页: [1]
查看完整版本: ***按钮特效***ie按钮总动员