input旋钮onclick事件大全
input按钮onclick事件大全input按钮onclick事件大全 INPUT onclickdocument.execCommand(Cut) type
input按钮onclick事件大全
input按钮onclick事件大全
<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.jenfy.cn', 十万个为什么)" type=button value=加入收藏夹>?? <INPUT onclick="window.external.addChannel('http://www.jenfy.cn')" type=button value=加入到频道>??
?
来自: http://hi.baidu.com/qcdkq/blog/item/5759328b323520749f2fb42c.html