Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/03/2007, 09:25
baditxuk
 
Fecha de Ingreso: enero-2007
Mensajes: 284
Antigüedad: 18 años, 2 meses
Puntos: 1
Re: problema con formulario

He probado lo que me has dicho y me sale error de que espera un objeto.
en el select esta puesto onchange= "funcion(this.selectedIndex)"
me imagino que estará mal hecha la funcion. Aqui te la pongo:
function funcion(x)
{
if (document.form1.subestudios.options[document.form1.subestudios.selectedIndex].text)="CIP" then
<table width="100%" border="0" align="center">
<tr>
<td width="100" align="left" valign="middle"><span class="Estilo14">T&Iacute;TULO</span></td>
<td align="left" valign="middle">
<input name="textfield" type="text" size="35" maxlength="35"></td>
</tr>
</table>
}