Form JavaScript Tutorial

Syntax

document.form.checkbox.handleEvent(event)
The handleEvent() method provides a way to invoke a check box's event handler, even though the event never happened.
Argument Associated with the handleEvent() Method
eventAn Event object to be handled


    
                   name="v6"
             onClick="alert('V6')">V6

                   name="cylinder4"
             onClick="displayNote(event)">4 Cylinder

      Step 2:
                   value="Submit Order"
             name="orderButton"
             onClick="alert('Your order has been submitted')">