Cita:
alguien sabe donde esta el problem. <script type="text/javascript">
//CReamos la funcion que hará el trabajo (UNA SOLA LINEA!!!)
function ComprobarUsuario(user) {
$('#resultado').load("p_registro.php?nick="+user);
}
</script>
//CReamos la funcion que hará el trabajo (UNA SOLA LINEA!!!)
function ComprobarUsuario(user) {
$('#resultado').load("p_registro.php?nick="+user);
}
</script>
gracias de ante mano