Glossary Item Box
Shortcut method which gets an instance of an element from the element's ID.
[JavaScript] objElement = pwObj(pwElementId)
The object reference referring to the element with the specified ID, or null if no element is found.
This method calls "document.getElementById" and provides a shortcut to this often used method.
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.