Object |
Description |
Anchor |
Represents an HTML a element (a hyperlink) Represents the element of HTML (Hyperlink) |
Applet |
Represents an HTML applet element. The applet element is used to place executable content on a page Represents the HTML applet element. the applet element can be used to place executable content on the page. |
Area |
Represents an area of an image-map. An Image-map is an image with clickable regions Represents the image ing area. Images with clickable images can be called image ing |
Base |
Represents an HTML base element Represents the HTML base element |
Basefont |
Represents an HTML basefont Element HTML basefont Element |
Body |
Represents the body of the document (the html body) Body of a document) |
Button |
Represents a push button on an HTML form. For each instance of an HTML <input type = "button"> tag on an HTML form, a button object is created Button on the HTML form. As long as the <input type = "button"> tag appears in the HTML form, a button object is created |
Checkbox |
Represents a checkbox on an HTML form. For each instance of an HTML <input type = "checkbox"> tag on an HTML form, a checkbox object is created Check box in HTML form. As long as the <input type = "checkbox"> tag appears in the HTML form, a checkbox object is created. |
Document |
Used to access all elements in a page Used to access all elements on the page |
Event |
Represents the state of an event, such as the element in which the event occurred, the State of the keyboard keys, the location of the mouse, and the state of the mouse buttons Event status. For example, if an event of an element occurs, the status of the keyboard buttons, the location of the mouse, and the status of the mouse buttons |
Fileupload |
For each instance of an HTML <input type = "file"> tag on a form, a fileupload object is created When the HTML form contains <input type = "file">, the fileupload object is created. |
Form |
Forms are used to prompt users for input. represents an HTML form Element A form can be used to input and submit user information. Can represent the form element in HTML |
Frame |
Represents an HTML Frame Representing the framework in HTML |
Frameset |
Represents an HTML frameset HTML framework set |
Hidden |
Represents a hidden field on an HTML form. For each instance of an HTML <input type = "hidden"> tag on a form, a hidden object is created Hidden area in HTML. Every time the <input type = "hidden"> tag appears in an HTML form, the hidden object is created. |
History |
A predefined object which can be accessed through the history property of the window object. This object consists of an array of URLs. These URLs are all the URLs the user has visited within a browser window The pre-determined object accessed through the history attribute of the window object. This object is composed of a group of URLs. These URLs are the URLs that all users have accessed in the browser. |
IFRAME |
Represents an HTML inline-Frame Inline framework in HTML |
Image |
Represents an html img element IMG element of HTML |
Link |
Represents an HTML link element. The link element can only be used within the Link element of HTML. You can only use the link element in the |
Location |
Contains information about the current URL Information containing the current URL |
Meta |
Represents an HTML meta Element Meta element of HTML |
Navigator |
Contains information about the client browser Contains client information |
Option |
Represents an option in a selection list on an HTML form. For each instance of an HTML <option> tag in a selection list on a form, an option object is created Select an item in the HTML form. When the <option> tag appears in an HTML form, the option object is created. |
Password |
Represents a password field on an HTML form. For each instance of an HTML <input type = "password"> tag on a form, a password object is created |
Radio |
Represents radio buttons on an HTML form. For each instance of an HTML <input type = "radio"> tag on a form, a radio object is created |
Reset |
Represents a reset button on an HTML form. For each instance of an HTML <input type = "reset"> tag on a form, a Reset object is created |
Screen |
Automatically created by the Javascript runtime engine and it contains information about the client's display screen |
Select |
Represents a selection list on an HTML form. For each instance of an HTML <SELECT> tag on a form, a select object is created |
Style |
Represents an individual style statement. This object can be accessed from the document or from the elements to which that style is applied |
Submit |
Represents a submit button on an HTML form. For each instance of an HTML <input type = "Submit"> tag on a form, a submit object is created |
Table |
Represents an HTML table element |
Tabledata |
Represents an html td Element |
Tableheader |
Represents an HTML th Element |
Tablerow |
Represents an HTML tr Element |
Text |
Represents a text field on an HTML form. For each instance of an HTML <input type = "text"> tag on a form, a text object is created |
Textarea |
Represents an HTML textarea Element |
window |
corresponds to the browser window. A Window object is created automatically with every instance of a or tag |