Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/02/2007, 20:50
Fridureiks
 
Fecha de Ingreso: julio-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.304
Antigüedad: 18 años, 9 meses
Puntos: 6
Re: IE y boton type=image

Código PHP:
<html>
<head></head>
<body>
  <form name="form1" action="boton.php" method="post">
    <input type="hidden" name="formulario" value="enviar">
    <input type="image" name="prueba" value="enviar" src="boton.png">
  </form>
<?php
if ($_POST["formulario"] == "enviar")
{
        echo 
"sirve este pedazo de boton en IE?";
}
?>
</body>
</html>
__________________
Federico.

Mi página: www.jourmoly.com.ar