Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/01/2012, 11:57
Avatar de jose_cuberos
jose_cuberos
 
Fecha de Ingreso: diciembre-2011
Ubicación: Madrid
Mensajes: 74
Antigüedad: 12 años, 4 meses
Puntos: 1
Respuesta: Mi boton enviar no funciona en firefox

<form name="formulario" action='<? echo "$PHP_SHELF?op=alta&l=$Licencia" ?>' method="post">
<input type="hidden" name="op" value="alta">
<input type="hidden" name="l" value="<?=$Licencia?>">

<p><label for="nombre"><span class="Estilo1">Nombre:</span></label>
</p>
<input class="obligatorio" type="text" name="Nombre" size="30" maxlength="20" />

<p><label for="apellidos"><span class="Estilo1">Apellidos:</span></label></p>
<input class="obligatorio" type="text" name="Apellidos" size="30" maxlength="20" />

<p><label for="email"><span class="Estilo1">E-mail:</span></label></p>
<input class="obligatorio" type="text" name="Email" size="30" maxlength="30" />

<p><label for="email2"><span class="Estilo1">Confirme su e-mail:</span></label></p>
<input class="obligatorio" type="text" name="Email2" size="30" maxlength="30" />

<!--
<table>
<tr>
<td><font size="3" color="#102F65">Codigo Postal:</font></td>
</tr>
<tr>
<td><font size="3" color="#102F65"><input class="obligatorio" type="text" name="codpostal" size="30" maxlength="40"></font></td>
</tr>

<tr>
<td><font size="3" color="#102F65">Ciudad:</font></td>
</tr>
<tr>
<td><font size="3" color="#102F65"><input class="obligatorio" type="text" name="ciudad" size="30" maxlength="40"></font></td>
</tr>
</table>
-->

<p><label for="pais"><span class="Estilo1">Pais:</span></label></p>
<select name="Pais" type="list" id="Pais" onChange="mostrarProvincia();" class="obligatorio">
<option value="Afganistan">Afganistan</option>
<option value="Zimbabwe">Zimbabwe</option>
</select>

<p><label name="dprovincia1" id="dprovincia1" for="provincia"><span class="Estilo1">Provincia:</span></label></p>

<table>
<tr>
<td name="dprovincia2" id="dprovincia2">
<select name="Provincia" type="list">
<!--<option value="" Selected>Solo para España -->
<option value='ALAVA'>ALAVA
<option value='ALBACETE'>ALBACETE
<option value='ALICANTE'>ALICANTE
<option value='ZARAGOZA'>ZARAGOZA
</select>
</td>
</tr>
</table>

<table>
<p>&nbsp;</p>
<tr>
<td align="center">
<input type="reset" onClick="return confirm('¿estás seguro de que desea restablecer el formulario?')">
<input class="boton" type=button onClick="pregunta()" value="Enviar">
</td>
</tr>
</table>
</form>

Esto es lo que tengo en form, gracias por el interes...

Saludos