Re: How to get reference to an object
- From: "Dave Anderson" <GTSPXOESSGOQ@xxxxxxxxxxxxx>
- Date: Wed, 7 Jun 2006 14:38:06 -0500
Alex D. wrote:
Is an html document. DOM is a tree that can contain different
nodes, like Elements, Attr, Comments, DocumentFragment and Text.
I know the name or ID for the node I need but I dont know how
to reference the node by ID since there's no GetNodeByID
function....just GetElementByID
There is no GetElementByID method. It's getElementById.
ID applies to "All elements but BASE, HEAD, HTML, META, SCRIPT, STYLE,
TITLE". What kind of node *legitimately* has an ID but is not an element?
http://www.w3.org/TR/html401/index/attributes.html
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.
.
- Follow-Ups:
- Re: How to get reference to an object
- From: Alex D.
- Re: How to get reference to an object
- References:
- How to get reference to an object
- From: Alex D.
- Re: How to get reference to an object
- From: Daniel Kirsch
- Re: How to get reference to an object
- From: Alex D.
- Re: How to get reference to an object
- From: Martin Honnen
- Re: How to get reference to an object
- From: Alex D.
- How to get reference to an object
- Prev by Date: Re: Finding heigth and widthof image
- Next by Date: Re: How to get reference to an object
- Previous by thread: Re: How to get reference to an object
- Next by thread: Re: How to get reference to an object
- Index(es):
Relevant Pages
|