It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Boggling my gray matter

Boggling my gray matter

Postby abhijeet_thomas on Wed Feb 21, 2007 7:51 am

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>&nbsp;</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>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</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>&nbsp;</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>
User avatar
abhijeet_thomas
 
Posts: 36
Joined: Mon Feb 19, 2007 10:57 am

Who is online

Users browsing this forum: No registered users and 11 guests