I am making a page for my compnay. here I have made 6 tables 3 in each row. In the first table I have 5 urls. When I click on of them, they should open in the rest 5 successive table. How can I do that? I tried embedding Iframe and div but its not working. Any help out there
here is the sample code:
<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 ><iframe id="two" width="100%" height="100%"><a href='http://www.yahoo.com' target="first">aha</a></iframe></td></tr>
<tr><td ><a href="http://www.google.com" target="first">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>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
</table></td>
</div>
</tr>
</table></td>
<td width="42%">
<table class="gradiant" width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#564646" bordercolor="#B4AE9F">
<tr><th> </th></tr>
<tr><td width="100%" height="100%" ><iframe scrolling="no" id="first" style="width: 100%; height:100%;" src="http://www.google.com" ></iframe></td></tr>
</table>



