Eoleon: top.location.href funkt nicht

Beitrag lesen

Hi!

Folgendes Problem:
Ich möchte aus einem Iframe heraus bei Linkclick, dass das _top-Frame diesem Link folgt. Also beim Link heißt es href="#" und onclick="go()" und die funktion go lautet wie folgt:

function go()
{
    top.location.href('http://fuhrmann-web.de/delphin/members/' + document.passwordForm.password.value + 'a.htm');
    return false;
}

Also, was ist daran Falsch, warum sagt es mir "Fehler auf der Seite"?
Hoffe ihr könnt mir helfen!

Gruss, Eoleon.