Share via


Common Properties for all DOM Elements in Internet Explorer Mobile

Send Feedback

These are the common properties and collections that are associated with all elements in the DOM.

Note   These properties are only supported in Windows Mobile 5.0.

Description

This is the list of Properties that would normally apply to all of the DOM elements.

Properties Type/Argument Access
currentStyle object Read only
document object Read only
id string Read/Write
innerHTML string Read/Write
innerText string Read/Write
parentElement object Read only
style object Read only
tagName string Read only

This is a list of all Collections that would normally apply to all the DOM elements.

Collections Type/Argument Access
children    
   length long Read only
   item ([optional] variant name,
[optional] variant index)
Supported

See Also

DOM Reference Guide

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.