diliphtml
07-09-2004, 03:59 PM
Hi
If I have multiple tags in my html page with ID starting with a specific string , Is there anyway to get all the tags ?
for example if have
<tr id='row1'>
<tr id='row2'>
<tr id='row3'>
Is there anyway to access all the <tr> where the id starts with "row"
TIA
If I have multiple tags in my html page with ID starting with a specific string , Is there anyway to get all the tags ?
for example if have
<tr id='row1'>
<tr id='row2'>
<tr id='row3'>
Is there anyway to access all the <tr> where the id starts with "row"
TIA