JS 的一些操做

<input   name=Button   onClick=document.all.WebBrowser.ExecWB(1,1)   type=button   value=打開>   
<OBJECT   classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2   height=0   id=WebBrowser   width=0> </OBJECT>   
<input   name=Button   onClick=document.all.WebBrowser.ExecWB(4,1)   type=button   value=另存爲>   
<input   name=Button   onClick=document.all.WebBrowser.ExecWB(17,1)   type=button   value=全選> 
<input   name=Button   onClick=document.all.WebBrowser.ExecWB(10,1)   type=button   value=屬性> 
<input   name=Button   onClick=document.all.WebBrowser.ExecWB(6,1)   type=button   value=打印> 
<input   name=Button   onClick=document.all.WebBrowser.ExecWB(6,6)   type=button   value=直接打印> 
<input   name=Button   onClick=document.all.WebBrowser.ExecWB(8,1)   type=button   value=頁面設置> 
<input   type=button   value=刷新   name=refresh   onclick= "window.location.reload() ">   
<input   type= "button "   name= "Button "   value=導入收藏夾   onClick=window.external.ImportExportFavorites(true, "http://localhost ");>   
<input   type= "button "   name= "Button3 "   value=導出收藏夾   onClick=window.external.ImportExportFavorites(false, "http://localhost ");>   
<input   name=Button2   onclick= "window.external.AddFavorite(location.href,   document.title) "   type=button   value=加入收藏夾>   
<input   name=Submit2   onclick= "window.external.ShowBrowserUI( 'OrganizeFavorites ',   null) "   type=button   value=整理收藏夾>   
<input   type=button   value=查看源文件     onclick= "window.location   =   'view-source: '+   window.location.href "> 
<input   type=button   value=語言設置   onclick= "window.external.ShowBrowserUI( 'LanguageDialog ',   null) ">   
<input   type=button   value=前進   onclick=history.go(1)> 
<input   type=button   value=前進   onclick=history.forward()>     
<input   type=button   value=後退   onclick=history.go(-1)> 
<input   type=button   value=後退   onclick=history.back()>
相關文章
相關標籤/搜索