The Button object stellt eine button in an HTML form.
For
each instance of an <input type="button"> tag in an HTML form, a
Button object is created automatically.
You can access a button by searching through the elements[]
array of the form or by using document.getElementById().
IE: Internet Explorer, O:
Opera,F: Firefox, W3C: World Wide Web Consortium (Internet
Standard)
|