HTML Dom Event object onclick Event, domonclick
Syntax:
Onclick = "sometriccriptcode"
The onclick event occurs when the object is clicked.
Note that onclick is different from onmousedown.
A click event occurs only when the mouse is clicked on the same element and the mouse is opened again.
HTML tags that support this event:
<A>, <address>, <area>, <B>, <bdo>, <big>, <blockquote>, <body>, <button>,
<Caption>, <cite>, <code>, <dd>, <dfn>, <div>, <dl>, <dt>, <em>, <fieldset>,
<Form>, <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 objects that support this event:
Button, document, checkbox, link, radio, reset, submit
Example:
Click the button to copy the text in the first input box to the second input box:
<Span style = "font-size: 18px;">