The type value for a RadioButton is always "radio". This value is necessary to determine the type of form element because this object is really an instance of the Input class and not a RadioButton class, because there is no RadioButton class.
See also: | Input.type |
Prev | Home | Next |
RadioButton.status | Up | RadioButton.value |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |