I need to find all the TR tags in a table where the ID for the TR starts with "CM". Not all the TR's have ID's. I can get the collection of TR tags using x=document.getelementsbytagname('tr'), but how to inspect the ID's of each tag in the collection?
Obviously a real newbie....![]()


Reply With Quote
Bookmarks