Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/10/2004, 05:11
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Qué tal,

si lo estás haciendo desde un formulario ponle al tag de form...


<form onsubmit="return confirm('estás seguro?')"

y si lo haces desde un link...

<a href="borrar.php" onclick="return confirm('estás seguro?')"