首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

input旋钮onclick事件大全

2012-10-26 
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=拷贝>??
  1. <INPUT onclick="document.execCommand('Paste')" type=button value=粘贴>?? <INPUT onclick="document.execCommand('Undo')" type=button value=撤消>??
  2. <INPUT onclick="document.execCommand('Delete')" type=button value=删除>?? <INPUT onclick="document.execCommand('Bold')" type=button value=黑体>??
  3. <INPUT onclick="document.execCommand('Italic')" type=button value=斜体>?? <INPUT onclick="document.execCommand('Underline')" type=button value=下划线>??
  4. <INPUT onclick="document.execCommand('stop')" type=button value=停止>?? <INPUT onclick="document.execCommand('SaveAs')" type=button value=保存>??
  5. <INPUT onclick="document.execCommand('Saveas',false,'c:\\test.htm')" type=button value=另存为>?? <INPUT onclick="document.execCommand('FontName',false,fn)" type=button value=字体>??
  6. <INPUT onclick="document.execCommand('FontSize',false,fs)" type=button value=字体大小>?? <INPUT onclick="document.execCommand('refresh',false,0)" type=button value=刷新>??
  7. <INPUT onclick=window.location.reload() type=button value=刷新>?? <INPUT onclick=history.go(1) type=button value=前进>??
  8. <INPUT onclick=history.go(-1) type=button value=后退>?? <INPUT onclick=history.forward() type=button value=前进>??
  9. <INPUT onclick=history.back() type=button value=后退>?? <INPUT onclick='window.external.ImportExportFavorites(true,"http://localhost";);' type=button value=导入收藏夹>??
  10. <INPUT onclick='window.external.ImportExportFavorites(false,"http://localhost";);' type=button value=导出收藏夹>?? <INPUT onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type=button value=整理收藏夹>??
  11. <INPUT onclick="window.location = 'view-source:'+ window.location.href" type=button value=查看源文件>?? <INPUT onclick="window.external.ShowBrowserUI('LanguageDialog', null)" type=button value=语言设置>??
  12. <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

热点排行