点击按钮后的超多功能合集

2509
<button onclick=ta.focus();document.execCommand("selectall")>select</button>
<button onclick=document.execCommand("copy")>copy</button>
<button onclick=document.execCommand("cut")>cut</button>
<button onclick=ta.focus();document.execCommand("paste")>paste</button>
<button onclick=document.execCommand("open")>open</button>
<button onclick=document.execCommand("saveas")>saveas</button>
<input type=button value=刷新 name=refresh onclick="window.location.reload()">
<input type="button" name="Button" value="导入收藏夹" onClick=window.external.ImportExportFavorites(true,'');> 
<input type="button" name="Button3" value="导出收藏夹" onClick=window.external.ImportExportFavorites(false,'');> 
<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 name=Button onclick='window.location = "view-source:" + window.location.href'  type=button value=查看源文件> 
<INPUT name=Button onclick="window.external.ShowBrowserUI('LanguageDialog', null)" type=button value=语言设置> 
<INPUT name=Submit onclick=history.go(1) type=submit value=前进> 
<INPUT name=Submit2 onclick=history.go(-1) type=submit value=后退>