软件学堂

网游分类软件分类

onclick 事件

2012-09-20 来源:网络

onclick 事件

定义:当对象被点击时触发这个事件

语法:

onclick=”点击时要执行的脚本"

支持标签:

<a>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>,

<caption>, <cite>, <code>, <dd>, <dfn>, <div>, <dl>, <dt>, <em>, <fieldset>,

<form>, <h1> to <h6>, <hr>, <i>, <img>, <input>, <kbd>, <label>, <legend>, 

<li>, <map>, <object>, <ol>, <p>, <pre>, <samp>, <select>, <small>, <span>, 

<strong>, <sub>, <sup>, <table>, <tbody>, <td>, <textarea>, <tfoot>, <th>, 

<thead>, <tr>, <tt>, <ul>, <var>

支持的JavaScript对象:

button, document, checkbox, link, radio, reset, submit 

 

上一篇:HTML标签属性大全
下一篇:onmouseover事件

相关文章