Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/04/2003, 12:17
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 3 meses
Puntos: 381
prueba


if(a>b){
alert('error');return false;
}
else{return true}