Contents Index Topic Contents | ||
Previous Topic: createCaption Next Topic: createRange |
createElement
Description
Creates an instance of the element object for the specified tag. Only new IMG and OPTION elements can be created. Before they can be used, new objects must be explicitly added to their respective collections.
Syntax
element = object.createElement(tag)
Parameter Description tag (String) Tag specifier. Return Value
Returns an element object.
Applies To
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.