Hola a todos, soy nuevo en el foro y os queria saludar lo primero.
Estoy realizando una página web, y estoy usando tablas con un iframe con un formulario de enlaces, algo así
Código:
<SELECT name = "list" >
<OPTION SELECTED value= "algo.htm"> 1 er enlace
<OPTION value= "algo.htm" > 2º enlace
<OPTION value= "algo.htm" > 3º enlace
<OPTION value= "algo.htm" > 4º enlace
<OPTION value= "algo.htm" > 5º enlace
<OPTION value= "algo.htm" > 6º enlace
<OPTION value= "algo.htm" > 7º enlace
</SELECT>
<INPUT TYPE=BUTTON value= "Ir a..."
onClick= "top.location.href=this.form.list.options[this.form.list.selectedIndex].value" target="cabecera">
</FORM>
<td valign="top" height="661" width="747" bgcolor="#008000">
<p align="center">
<iframe name="cabecera" src="tipos_de_negocio/Cabecetra.htm" width="739" height="747" frameborder="0" border="0">
</iframe>
¿Como puedo dirigir el enlace al iframe, he probado con target="cabecera" en el from y no deja hacerlo?