IE功能彙總

李先靜發表於2020-04-06


<OBJECT id=WebBrowser height=0 width=0 
      classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2></OBJECT>
<INPUT οnclick=document.all.WebBrowser.ExecWB(1,1) type=button value=開啟 name=Button1>
<INPUT οnclick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存為 name=Button2>
<INPUT οnclick=document.all.WebBrowser.ExecWB(10,1) type=button value=屬性 name=Button3>
<INPUT οnclick=document.all.WebBrowser.ExecWB(6,1) type=button value=列印 name=Button>
<INPUT οnclick=document.all.WebBrowser.ExecWB(8,1) type=button value=頁面設定 name=Button4> 
<INPUT οnclick=window.location.reload() type=button value=重新整理 name=refresh>
<INPUT οnclick="window.external.ImportExportFavorites(true,'');" type=button value=匯入收藏夾 name=Button5>
<INPUT οnclick="window.external.ImportExportFavorites(false,'');" type=button value=匯出收藏夾 name=Button32>
<INPUT οnclick="window.external.AddFavorite(location.href, document.title)" type=button value=加入收藏夾 name=Button22> 
 <INPUT οnclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type=button value=整理收藏夾 name=Submit2>
<INPUT οnclick='window.location="view-source:" + window.location.href' type=button value=檢視原始檔 name=Button7>
<INPUT οnclick="window.external.ShowBrowserUI('LanguageDialog', null)" type=button value=語言設定 name=Button6> 
 <INPUT οnclick="document.execCommand('Cut')" type=button value=剪下>
 <INPUT οnclick="document.execCommand('Copy')" type=button value=拷貝>
 <INPUT οnclick="document.execCommand('Paste')" type=button value=貼上>
<INPUT οnclick="document.execCommand('Undo')" type=button value=撤消>
 <INPUT οnclick="document.execCommand('Delete')" type=button value=刪除>
<INPUT οnclick="document.execCommand('Bold')" type=button value=黑體>
 <INPUT οnclick="document.execCommand('Italic')" type=button value=斜體>
 <INPUT οnclick="document.execCommand('Underline')" type=button value=下劃線>
 <INPUT οnclick="document.execCommand('stop')" type=button value=停止>
 <INPUT οnclick="document.execCommand('SaveAs')" type=button value=儲存>
 <INPUT οnclick="document.execCommand('Saveas',false,'c://test.htm')" type=button value=另存為>
<INPUT οnclick="document.execCommand('FontName',false,fn)" type=button value=字型>
<INPUT οnclick="document.execCommand('FontSize',false,fs)" type=button value=字型大小>
<INPUT οnclick="document.execCommand('refresh',false,0)" type=button value=重新整理>
<INPUT οnclick=window.location.reload() type=button value=重新整理>
 <INPUT οnclick=history.go(1) type=button value=前進>
 <INPUT οnclick=history.go(-1) type=button value=後退>
 <INPUT οnclick=history.forward() type=button value=前進>
 <INPUT οnclick=history.back() type=button value=後退>
 <INPUT οnclick='window.external.ImportExportFavorites(true,"http://localhost");' type=button value=匯入收藏夾>
<INPUT οnclick='window.external.ImportExportFavorites(false,"http://localhost");' type=button value=匯出收藏夾>
<INPUT οnclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type=button value=整理收藏夾>
<INPUT οnclick="window.location = 'view-source:'+ window.location.href" type=button value=檢視原始檔>
<INPUT οnclick="window.external.ShowBrowserUI('LanguageDialog', null)" type=button value=語言設定>
<INPUT οnclick="window.external.AddFavorite('http://www.cnblogs.com/hbzxf/', 阿好空間)" type=button value=加入收藏夾>
<INPUT οnclick="window.external.addChannel('http://www.cnblogs.com/hbzxf/')" type=button value=加入到頻道>
<INPUT οnclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.cnblogs.com/hbzxf/')" type=button value=設成主頁>

相關文章