Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/01/2003, 05:40
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 meses
Puntos: 381
Buenas,

prueba a pedirselo así:

<script language="javascript">
function borrarFotoIz(){
if(confirm("Seguro que quieres borrar esta foto?"))
{return true;}
else{return false}
}
</script>

Y a tu form:

<form name="FotoIz" method="post" action="tuAccion" onSubmit="return borrarFotoIz()">


A tu botón no le digas nada.