Need to block content based on what the link text is.
Posted: Tue Aug 28, 2007 1:11 am
Can someone tell me how I would block this table row?
Thanks!
Code: Select all
<tr>
<td>
<a href="blah.com">IF IT HAS THESE PHRASE FOR THE LINK, THEN BLOCK THE TABLE ROW</a>
</td>
</tr>