I have a single page website which includes an iframe in it, when iframe load it contains a table which I want to hide and this table also repeats on multiple pages so I want to add a code in my main page header which finds this content from iframe and hide it if even iframes loads new pages the code which I want to hide is
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="225"><a id="_ctl0_ucMNB_logo_LogoHyperLink" href="#"><img id="_ctl0_ucMNB_logo_imgLeftPart" class="header_logo_img" src="#" border="0" /></a></td>
</tr>
</table>