Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to retrieve the owner element of an attribute with

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
there is no ".ownerElement" attribute in DOM1. ".parentNode" returns NULL for an attribute.

so, how can i retrieve the owner element of an attribute using DOM1?

(ive selected elements containing an attribute "date" with a value 7 days lower than "today" in a for-loop, now i want to display the elements name.)

thanks

Sebastian.Fey@web.de
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top