Snippet of HTML Code:
<table id="ctl00_pagecontent_ctl01" class="ui-jqgrid-btable" tabindex="1" role="grid" aria-multiselectable="false" aria-labelledby="gbox_ctl00_pagecontent_ctl01" style="width: 1053px;" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr class="jqgfirstrow" role="row" style="height:auto"> <td role="gridcell" style="height:0px;width:124px;"/> <td role="gridcell" style="height:0px;width:149px;"/> <td role="gridcell" style="height:0px;width:249px;"/> <td role="gridcell" style="height:0px;width:149px;"/> <td role="gridcell" style="height:0px;width:99px;"/> <td role="gridcell" style="height:0px;width:149px;"/> <td role="gridcell" style="height:0px;width:99px;"/> <td role="gridcell" style="height:0px;width:150px;display:none;"/> <td role="gridcell" style="height:0px;width:150px;display:none;"/> <td role="gridcell" style="height:0px;width:150px;display:none;"/> <td role="gridcell" style="height:0px;width:150px;display:none;"/> <td role="gridcell" style="height:0px;width:150px;display:none;"/> </tr> <tr id="15430" class="ui-widget-content jqgrow ui-row-ltr" tabindex="-1" role="row"> <td role="gridcell" style="" title="15430" aria-describedby="ctl00_pagecontent_ctl01_PK_AuditId"> <a href="../AuditMGMT/AuditInfo.aspx?Mode=Default&AuditId=15430&RollId=VRContact&ViewAssessment=True">15430</a> </td> <td role="gridcell" style="" title="Dante Meds" aria-describedby="ctl00_pagecontent_ctl01_EntityName">Dante Meds</td> <td role="gridcell" style="" title="Due Diligence for Dante Meds Open" aria-describedby="ctl00_pagecontent_ctl01_Description"> <a href="../AuditMGMT/AuditInfo.aspx?Mode=Default&AuditId=15430&RollId=VRContact&ViewAssessment=True">Due Diligence for Dante Meds</a> <br/> ... <p>If the first <code><td>
in the table contains the value15430
, I need to capture that data.Please note: Every time a new entry is added to the table, this value will increment by +1. So, the next value will be
15431
and so on.