Object |
Description |
| Window |
The window is a top level object. It pertains to a window on the computer
screen, such as a browser window that contains a document. |
| Document |
In JavaScript, this generally pertains to an HTML document, such as a
web page. |
| Anchor |
Commonly refers to a link or the <a> element in HTML |
| Area |
Refers to a specific area inside an image map |
| Base |
The <base> element in HTML |
| Body |
The <body> element in HTML |
| Button |
Refers to a <button> element |
| Event |
Refers to the state of an event |
| Form |
Refers to the <form> element |
| Frame |
Refers to the <frame> element |
| Frameset |
Refers to the <frameset> element |
| Iframe |
Refers to the <iframe> element |
| Image |
Refers to the <image> element |
| Input button |
Refers to an HTML form button |
| Input Checkbox |
Refers to an HTML form checkbox |
| Input File |
Refers to file upload within an HTML form |
| Input Hidden |
Refers to a hidden field within an HTML form |
| Input Password |
Refers to a password field within an HTML form |
| Input Radio |
Refers to a radio button within an HTML form |
| Input Reset |
Refers to a reset button within an HTML form |
| Input Submit |
Refers to a submit button within an HTML form |
| Input Text |
Refers to a text input field within an HTML form |
| Link |
Refers to the <link> element |
| Meta |
Refers to the <meta> element |
| Option |
Refers to an <option> element |
| Select |
Refers to a selection list in a form |
| Style |
Refers to a style statement |
| Table |
Refers to a <table> element |
| TableData |
Refers to a <td> element |
| TableRow |
Refers to a <tr> element |
| Textarea |
Refers to a <textarea> element |