Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Internet Explorer Mobile supports only the Jscript language. This is a list of the supported Document Objects.
In This Section
| Element | Description |
|---|---|
| A/link | Designates the start or destination of a hypertext link. |
| BODY/document | Represents the HTML document in a given browser window/frame. |
| FORM/form | Represents an HTML input form. |
| FRAMESET/frame | Specifies an individual frame within a FRAMESET HTML object. |
| FRAMESET | Specifies a frameset consisting of one or more frames. |
| history | Contains information about the URLs visited by the client. |
| INPUT TYPE=button | Creates a button control object. |
| INPUT TYPE=checkbox | Creates a check box control object. |
| INPUT TYPE=file | Creates a file upload control. |
| INPUT TYPE=hidden | Transmits information about the client and server interaction. |
| INPUT TYPE=password | Creates a single-line text entry control object and is similar to the text control, except that text is not displayed as a user enters it. |
| INPUT TYPE=radio | Creates a radio button control object. |
| INPUT TYPE=reset | Creates a button object. |
| INPUT TYPE=submit | Creates a button object that, when clicked, submits the form. |
| INPUT TYPE=text | Creates a single-line text entry control object. |
| location | Object which contains information about the current URL. |
| navigator | Object which contains information about the browser. |
| Option | Denotes one choice in a SELECT element. |
| screen | Contains information about the device screen and rendering capabilities. |
| Style | Specifies inline styles for a given element. |
| SELECT | Denotes a list box or drop-down list. |
| TEXTAREA | Specifies a multiline text input control. |
| window | Represents a window in the browser. |
| DIV | Specifies a container that renders HTML. |
| SPAN | Specifies an inline text container. |
| All other elements | In Windows Mobile 5.0, all elements are now scriptable. |
See Also
Send Feedback on this topic to the authors