![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/11/2006, 20:30
|
![Avatar de 3ricko](http://static.forosdelweb.com/customavatars/avatar159011_1.gif) | | | Fecha de Ingreso: noviembre-2006 Ubicación: Arequipa - Perú
Mensajes: 17
Antigüedad: 18 años, 2 meses Puntos: 0 | |
Bueno Batusai lo que tu estas pidiendo si es posible, y no es tan complicado, aqui te pongo un ejemplo:
<html>
<head>
</head>
<body>
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="(link aca)" target="frame1">menu1</a></td>
</tr>
<tr>
<td><a href="(link aca)" target="frame1">menu2</a></td>
</tr>
<tr>
<td><a href="(link aca)" target="frame1">menu3</a></td>
</tr>
</table></td>
<td width="200"><iframe name="frame1" width="200" height="200" scrolling="auto"></iframe> </td>
</tr>
</table>
</body>
</html> |