HELP: get val

HELP: get val

How do I get if class status is OpenStatus then Alert? sometime maybe is class status is not OpenStatus, then do Nothing...

  1. <table>
  2.       <tr>
  3.             <td class="firstrow newrow">...</td>
  4.             <td class="status">OpenStatus</td>
  5.       </tr>
  6. </table>

Thanks~~~