Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/07/2003, 16:35
Avatar de biblio
biblio
 
Fecha de Ingreso: enero-2002
Ubicación: Urano
Mensajes: 577
Antigüedad: 22 años, 3 meses
Puntos: 0
Cita:
...

if($loginCorrecto)
{
echo "Estas identificado en el sistema como ".$nickUsuarioL;
}
else
{
echo "<a href=\"http://direccion de la web/usuarios.php\" target=\"_blank\" onClick=\"window.open(this.href, this.target, 'width=300,height=200'); return false;\">[registrarse] </a> ";
}

...
Espero te sirva.