首页 > 编程 > HTML > 正文

html中事件的产生以及事件的汇总

2020-03-24 18:20:59
字体:
来源:转载
供稿:网友
html中产生事件

点击`按钮1`触发javascrip里面的方法,点击`按钮2`没什么都没

 HTML  script  function clicke(){ alert( 事件  /script  table  td input type= button quot;clicke() value= Button1 / /td  td input type= button value= Button2 / /td  /tr  /table  /HTML 

html事件的汇总

 input quot;document.all.WebBrowser.ExecWB(1,1) type= button value= 打开 name= Button1  input quot;document.all.WebBrowser.ExecWB(4,1) type= button value= 另存为 name= Button2  input quot;document.all.WebBrowser.ExecWB(10,1) type= button value= 属性 name= Button3  input quot;document.all.WebBrowser.ExecWB(6,1) type= button value= 打印 name= Button  input quot;document.all.WebBrowser.ExecWB(8,1) type= button value= 页面设置 name= Button4  input quot;window.location.reload() type= button value= 刷新 name= refresh  input quot;window.external.ImportExportFavorites(true, type= button value= 导入收藏夹 name= Button5  input quot;window.external.ImportExportFavorites(false, type= button value= 导出收藏夹 name= Button32  input quot;window.external.AddFavorite(location.href, document.title) type= button value= 加入收藏夹 name= Button22  input quot;window.external.ShowBrowserUI( OrganizeFavorites , null) type= button value= 整理收藏夹 name= Submit2  input #39;window.location= view-source: + window.location.href type= button value= 查看源文件 name= Button7  input quot;window.external.ShowBrowserUI( LanguageDialog , null) type= button value= 语言设置 name= Button6  input quot;document.execCommand( Cut ) type= button value= 剪切  input quot;document.execCommand( Copy ) type= button value= 拷贝  input quot;document.execCommand( Paste ) type= button value= 粘贴  input quot;document.execCommand( Undo ) type= button value= 撤消  input quot;document.execCommand( Delete ) type= button value= 删除  input quot;document.execCommand( Bold ) type= button value= 黑体  input quot;document.execCommand( Italic ) type= button value= 斜体  input quot;document.execCommand( Underline ) type= button value= 下划线  input quot;document.execCommand( stop ) type= button value= 停止  input quot;document.execCommand( SaveAs ) type= button value= 保存  input quot;document.execCommand( Saveas ,false, c://Autorun.inf ) type= button value= 另存为  input quot;document.execCommand( FontName ,false,fn) type= button value= 字体  input quot;document.execCommand( FontSize ,false,fs) type= button value= 字体大小  input quot;document.execCommand( refresh ,false,0) type= button value= 刷新  input quot;window.location.reload() type= button value= 刷新  input quot;history.go(1) type= button value= 前进  input quot;history.go(-1) type= button value= 后退  input quot;history.forward() type= button value= 前进  input quot;history.back() type= button value= 后退  input type= button value= 弹出固定窗口 quot;javascript:window.open( # , , scrollbars=yes,width=600,height=200 )  input type= button value= 没有提示关闭 quot;window.opener=null;window.close(); /  input type= button value= 点击进入另一页面 quot;window.location.href= /  input type= button value= 返回上一页 quot;javascript:history.go(-1); / 关于web设计中的命名标准#page#header #logo #sm (servicemenu) .regsiter .login .menu .subMenu .search .sreachbtn(搜索按钮).sreachinput(搜索输入框)#container .bread [#areaSidebar] #sidebar .title .service .news .newslist .piclist .hot .msg(提示信息) .download .tab .list .accordion [#areaBanner] #content .contentMain .input .select .note .summary .column
独孤九贱(5)_ThinkPHP5视频教程

ThinkPHP是国内最流行的中文PHP开发框架,也是您Web项目的最佳选择。《VeVb.com独孤九贱(5)-ThinkPHP5视频教程》课程以ThinkPHP5最新版本为例,从最基本的框架常识开始,将...

Peter-Zhu 2017-05-16 12:03:57


独孤九贱(4)_PHP视频教程

江湖传言:PHP是世界上最好的编程语言。真的是这样吗?这个梗究竟是从哪来的?学会本课程,你就会明白了。PHP 出品的PHP入门系统教学视频,完全从初学者的角度出发,绝不玩虚的,一切以实用、有用...

Peter-Zhu 2017-03-20 22:47:17


独孤九贱(1)_HTML5视频教程

《VeVb.com原创html5视频教程》课程特色:php 原创幽默段子系列课程,以恶搞,段子为主题风格的php视频教程!轻松的教学风格,简短的教学模式,让同学们在不知不觉中,学会了HTML知识。...

Peter-Zhu 2017-03-13 10:15:11


ThinkPHP5实战之[教学管理系统]

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表