张银的博客


Eat to live, but do not live to eat.

导航

14个经典的JavaScript代码

Posted on 2009-03-31 21:33  张银  阅读(312)  评论(1编辑  收藏  举报

刷新
<input id="bn6" type="button" onclick="window.location.reload()" value="刷新" />

导入收藏夹
<input id="bn7" type="button" onclick="window.external.ImportExportFavorites(true,'http://aidd2008.cnblogs.com');" value="导入收藏夹" />

导出收藏夹
<input id="bn8" type="button" onclick="window.external.ImportExportFavorites(false,'http://aidd2008.cnblogs.com');" value="导出收藏夹" />

加入收藏夹
<input id="bn9" type="button" onclick="window.external.AddFavorite(location.href, document.title)" value="加入收藏夹" />

整理收藏夹
<input id="bn10" type="button" onclick="window.external.ShowBrowserUI(OrganizeFavorites, null)" value="整理收藏夹" />

查看源文件 ff可行ie不可行
<input id="bn1" type="button" onclick="window.location = 'view-source:' + window.location.href" value="查看源文件" />

语言设置
<input id="bn12" type="button" onclick="window.external.ShowBrowserUI(LanguageDialog, null)" value="语言设置" />

前进
<input id="bn13" type="submit" onclick="history.go(1)" value="前进" />

后退
<input id="bn14" type="submit" onclick="history.go(-1)" value="后退" />

打开
<input id="bn1" type="button" onclick="document.all.WebBrowser.ExecWB(1,1)" value="打开" /> 

另存为
<input id="bn2" type="button" onclick="document.all.WebBrowser.ExecWB(4,1)" value="另存为" />

打印
<input id="bn3" type="button" onclick="document.all.WebBrowser.ExecWB(6,1)" value="打印"/>

页面设置
<input id="bn4" type="button" onclick="document.all.WebBrowser.ExecWB(8,1)" value="页面设置" />

属性
<input id="bn5" type="button" onclick="document.all.WebBrowser.ExecWB(10,1)" value="属性" />

<object id="WebBrowser" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0" width="0" />

WebBrowser.ExecWB(1,1) 打开
WebBrowser.ExecWB(2,1) 关闭现在所有的IE窗口,并打开一个新窗口
WebBrowser.ExecWB(4,1) 保存网页
WebBrowser.ExecWB(6,1) 打印
WebBrowser.ExecWB(7,1) 打印预览
WebBrowser.ExecWB(8,1) 打印页面设置
WebBrowser.ExecWB(10,1) 查看页面属性
WebBrowser.ExecWB(15,1) 好像是撤销,有待确认
WebBrowser.ExecWB(17,1) 全选
WebBrowser.ExecWB(22,1) 刷新
WebBrowser.ExecWB(45,1) 关闭窗体无提示
这些只对IE5.5以上版本有效,对其他浏览器的兼容性不是很好!