Hello,
I have the following HTML code:
<td width="10%" height="20" align="center" class="data" id="requirement0" bgColor="#eeeecc">
Text - DOCIMG
.getelementbyid("Requirement0).innertext
The html page displays 40 requirements, so each one's ID is named requirement0, requirement1, requirement2, etc, until requirement39. I need to check if certain text is occuring inside these. How do I loop this so that it adds one each time to the getelementbyid tag, checking the inner text for a parameter, lets say DOCIMG like above?
Bookmarks