当前位置:编程学习 > JS >>

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

超多的使用按钮扩展功能的大收集,有弹出窗口、添加到收藏夹,查看源文件 、导出收藏夹、刷新页面、前进、后退、计算、复制、粘贴、切帖等,个个都很实用,非常精彩。
答案:<title>点击按钮功能大收集</title>
<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=后退>

上一个:文本框中的走马灯文字
下一个:一个不错的用CSS布局的表单

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,