Tengo una duda, estoy trabajando con Dreamweaver y puse unas imagenes de sustitucion, (un menù) y me a generado un codigo....
Código HTML:
<tr>
<td width="88" height="28"><h3> </h3></td>
<td width="773"><h3><img src="imagenes/menu_part1.jpg" width="398" height="28" /><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Index','','imagenes/2.jpg',1)"><img src="imagenes/boton-1-1.jpg" name="Index" width="63" height="28" border="0" id="Index" /></a><img src="imagenes/separador-de-menu.jpg" width="3" height="28" /><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Collage','','imagenes/boton-2-2.jpg',1)"><img src="imagenes/boton-2-1.jpg" name="Collage" width="70" height="28" border="0" id="Collage" /></a><img src="imagenes/separador-de-menu.jpg" width="3" height="28" /></h3></td>
Pero quiero que todo esto me lo carge en un "Iframe" que codigo le tengo que poner a lo de arriva, para que me lo haga?
para esto ya tengo el codigo del Iframe con nombre:
Código HTML:
<iframe height="800" width="500" name="EUK" src="http://www.google.com"></iframe>
P.D: Todo esto lo tengo en una tabla!!