I have made two divs. In one <div> I have the links I want to open these link in another <div> is that possbile. here is the portion of the code
<div name="foo">
<table style="filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=1,StartColorStr='#6F6363',EndColorStr='#C9C2C2');" class="cellclass" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#93855F" bordercolor="#B4AE9F">
<tr><th> </th></tr>
<tr><td ><a href="http://www.yahoo.com" target="#fool">Yahoo</a></td></tr>
<tr><td ><a href="http://www.google.com" target="#fool">Google</a></td></tr>
<tr><td ><a href="http://www.hotmail.com" target="#fool">hotmail</a></td></tr>
<tr><td ><a href="http://www.rediff.com" target="#fool">rediff</a></td></tr>
<tr><td ><a href="http://www.devppl.com" target="#fool">DevPPL</a></td></tr>
</table></td>
</div>
</tr>
</table></td>
<td width="42%">
<div name="fool">
<table class="gradiant" width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#564646" bordercolor="#B4AE9F">
<tr><th> </th></tr>
<tr><td> </td></tr>
</table>
</div>



