Re: id= field identifier

>I can't find a way to get the id when I already have handle to
the element.

The ID attribute is exposed as a DOM Attr node. So you should be able to
use getAttribute() to retrieve it.


______________________________________
Joe Kesselman  / IBM Research

Received on Thursday, 9 November 2000 14:24:36 UTC