Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/07/2006, 13:38
chefnelone
 
Fecha de Ingreso: diciembre-2005
Ubicación: Barcelona
Mensajes: 1.428
Antigüedad: 18 años, 4 meses
Puntos: 15
Botones SOLO no funcionan en Internet Explorer

Hola a todos

Tengo este formulario que tiene 2 botones que son imagenes. Cada uno envia el formulario a distintas paginas: el 1º a 'WindowsF.php' y el 2º a 'BayWindowsF.php'.

Funciona perfectamente en Firefox, Safari, Opera, Mozilla. PERO NO en internet explorer.

alguna idea...

<form id="formularioEnvio" name="formularioEnvio" method="get">

<input type="image" src="Images French/bttu2.gif" border="0" onclick = "this.form.action='WindowsF.php'">
<input type="image" src="Images French/bttu3.gif" border="0" onclick = "this.form.action='BayWindowsF.php'">

<input name="YourSummaryUntilNow1" id="YourSummaryUntilNow1" type="hidden" value="0">
<input name="YourSummaryUntilNow2" id="YourSummaryUntilNow2" type="hidden" value="0">

</form>