Internet Explorer Mobile HTML Scripting Objects
A version of this page is also available for
4/8/2010
Internet Explorer Mobile supports only the Jscript language. This is a list of the Document Objects that the web programmer can use. For full details check the individual elements in Internet Explorer Mobile HTML Elements.
In This Section
Element | Description |
---|---|
Designates the start or destination of a hypertext link. |
|
Represents the HTML document in a given browser window or frame. |
|
Specifies a container that renders HTML. |
|
Represents an HTML input form. |
|
Specifies an individual frame within a FRAMESET XHTML Element. |
|
Specifies a frameset consisting of one or more frames. |
|
Contains information about the URLs visited by the client. |
|
Object which contains information about an image loaded into the browser. |
|
Creates and controls a button control object. |
|
Creates and controls a checkbox control object. |
|
Creates and controls a file up load control object. |
|
Creates and controls a hidden field, not shown by the browser to the user. The information will be exchanged between the browser and server as other form fields. |
|
Creates and controls an image control object. |
|
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. |
|
Creates and controls a radio button control object. |
|
Creates and controls a reset button object. |
|
Creates and controls a submit button object that, when clicked, submits the associated form. |
|
Creates and controls a single-line text entry control object. |
|
Object which contains information about the current URL. |
|
Object which contains information about the browser. |
|
Denotes one choice in a SELECT element. |
|
Contains information about the device screen and rendering capabilities. |
|
Denotes a list box or drop-down list. |
|
Specifies an inline text container. |
|
Specifies inline styles for a given element. |
|
Specifies a multiple line text input control. |
|
Represents a window in the browser. |
|
Other |
With Internet Explorer Mobile, all elements are now scriptable. |