Cory R
05-21-2008, 07:21 PM
Here's my coding:
<td class="fht3" align="center" onclick="self.location='http://bigboardsresources.com/index.php?showtopic=2315'" style="background:url(http://img293.imageshack.us/img293/8113/fhighlitetablerty1.png);cursor:pointer"><span class="fht"><br><a href="http://hcwfed.co.nr/" target="_blank"><img src="http://209.85.48.8/9764/158/upload/p3694271.gif" border="0" alt="HCW" title="Hardcore Championship Wrestling" width="88" height="31"></a></span><br></td>
I made the background clickable with self.location, as you can see. All is well, however, when you click the image (img not background) placed in the table cell, the link that's suppose to open in a new window will and the background will also open in the same window. How do I stop the background link from opening too when I click the image placed within the cell?
<td class="fht3" align="center" onclick="self.location='http://bigboardsresources.com/index.php?showtopic=2315'" style="background:url(http://img293.imageshack.us/img293/8113/fhighlitetablerty1.png);cursor:pointer"><span class="fht"><br><a href="http://hcwfed.co.nr/" target="_blank"><img src="http://209.85.48.8/9764/158/upload/p3694271.gif" border="0" alt="HCW" title="Hardcore Championship Wrestling" width="88" height="31"></a></span><br></td>
I made the background clickable with self.location, as you can see. All is well, however, when you click the image (img not background) placed in the table cell, the link that's suppose to open in a new window will and the background will also open in the same window. How do I stop the background link from opening too when I click the image placed within the cell?