input按钮onclick大全

    技术2022-05-20  41

    <INPUT οnclick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开 name=Button1>      <INPUT οnclick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为 name=Button2>      <INPUT οnclick=document.all.WebBrowser.ExecWB(10,1) type=button value=属性 name=Button3>      <INPUT οnclick=document.all.WebBrowser.ExecWB(6,1) type=button value=打印 name=Button>      <INPUT οnclick=document.all.WebBrowser.ExecWB(8,1) type=button value=页面设置 name=Button4>      <INPUT οnclick=window.location.reload() type=button value=刷新 name=refresh>      <INPUT οnclick="window.external.ImportExportFavorites(true,'');" type=button value=导入收藏夹 name=Button5>      <INPUT οnclick="window.external.ImportExportFavorites(false,'');" type=button value=导出收藏夹 name=Button32>      <INPUT οnclick="window.external.AddFavorite(location.href, document.title)" type=button value=加入收藏夹 name=Button22>      <INPUT οnclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type=button value=整理收藏夹 name=Submit2>      <INPUT οnclick='window.location="view-source:" + window.location.href' type=button value=查看源文件 name=Button7>      <INPUT οnclick="window.external.ShowBrowserUI('LanguageDialog', null)" type=button value=语言设置 name=Button6>      <INPUT οnclick="document.execCommand('Cut')" type=button value=剪切>      <INPUT οnclick="document.execCommand('Copy')" type=button value=拷贝>      <INPUT οnclick="document.execCommand('Paste')" type=button value=粘贴>      <INPUT οnclick="document.execCommand('Undo')" type=button value=撤消>      <INPUT οnclick="document.execCommand('Delete')" type=button value=删除>      <INPUT οnclick="document.execCommand('Bold')" type=button value=黑体>      <INPUT οnclick="document.execCommand('Italic')" type=button value=斜体>      <INPUT οnclick="document.execCommand('Underline')" type=button value=下划线>      <INPUT οnclick="document.execCommand('stop')" type=button value=停止>      <INPUT οnclick="document.execCommand('SaveAs')" type=button value=保存>      <INPUT οnclick="document.execCommand('Saveas',false,'c://test.htm')" type=button value=另存为>      <INPUT οnclick="document.execCommand('FontName',false,fn)" type=button value=字体>      <INPUT οnclick="document.execCommand('FontSize',false,fs)" type=button value=字体大小>      <INPUT οnclick="document.execCommand('refresh',false,0)" type=button value=刷新>      <INPUT οnclick=window.location.reload() type=button value=刷新>      <INPUT οnclick=history.go(1) type=button value=前进>      <INPUT οnclick=history.go(-1) type=button value=后退>      <INPUT οnclick=history.forward() type=button value=前进>      <INPUT οnclick=history.back() type=button value=后退>      <INPUT οnclick='window.external.ImportExportFavorites(true,"http://localhost";);' type=button value=导入收藏夹>      <INPUT οnclick='window.external.ImportExportFavorites(false,"http://localhost";);' type=button value=导出收藏夹>      <INPUT οnclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type=button value=整理收藏夹>      <INPUT οnclick="window.location = 'view-source:'+ window.location.href" type=button value=查看源文件>      <INPUT οnclick="window.external.ShowBrowserUI('LanguageDialog', null)" type=button value=语言设置>      <INPUT οnclick="window.external.AddFavorite('http://www.jenfy.cn', 十万个为什么)" type=button value=加入收藏夹>      <INPUT οnclick="window.external.addChannel('http://www.jenfy.cn')" type=button value=加入到频道>      <INPUT οnclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.jenfy.cn/')" type=button value=设成主页> 


    最新回复(0)