当前位置: 移动技术网 > IT编程>开发语言>Asp > IE功能汇总

IE功能汇总

2017年12月12日  | 移动技术网IT编程  | 我要评论

 




<object id=webbrowser height=0 width=0
classid=clsid:8856f961-340a-11d0-a96b-00c04fd705a2></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>
<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>
<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="document.execcommand('cut')" type=button value=剪切>
<input onclick="document.execcommand('copy')" type=button value=拷贝>
<input onclick="document.execcommand('paste')" type=button value=粘贴>
<input onclick="document.execcommand('undo')" type=button value=撤消>
<input onclick="document.execcommand('delete')" type=button value=删除>
<input onclick="document.execcommand('bold')" type=button value=黑体>
<input onclick="document.execcommand('italic')" type=button value=斜体>
<input onclick="document.execcommand('underline')" type=button value=下划线>
<input onclick="document.execcommand('stop')" type=button value=停止>
<input onclick="document.execcommand('saveas')" type=button value=保存>
<input onclick="document.execcommand('saveas',false,'c:\\test.htm')" type=button value=另存为>
<input onclick="document.execcommand('fontname',false,fn)" type=button value=字体>
<input onclick="document.execcommand('fontsize',false,fs)" type=button value=字体大小>
<input onclick="document.execcommand('refresh',false,0)" type=button value=刷新>
<input onclick=window.location.reload() type=button value=刷新>
<input onclick=history.go(1) type=button value=前进>
<input onclick=history.go(-1) type=button value=后退>
<input onclick=history.forward() type=button value=前进>
<input onclick=history.back() type=button value=后退>
<input onclick='window.external.importexportfavorites(true,"http://localhost");' type=button value=导入收藏夹>
<input onclick='window.external.importexportfavorites(false,"http://localhost");' type=button value=导出收藏夹>
<input onclick="window.external.showbrowserui('organizefavorites', null)" type=button value=整理收藏夹>
<input onclick="window.location = 'view-source:'+ window.location.href" type=button value=查看源文件>
<input onclick="window.external.showbrowserui('languagedialog', null)" type=button value=语言设置>
<input onclick="window.external.addfavorite('http://www.cnblogs.com/hbzxf/', 阿好空间)" type=button value=加入收藏夹>
<input onclick="window.external.addchannel('http://www.cnblogs.com/hbzxf/')" type=button value=加入到频道>
<input onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.cnblogs.com/hbzxf/')" type=button value=设成主页>

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网