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>