Thomas Mell: location.href wird ignoriert

Beitrag lesen

Hallo,

if (command == 'jump')
  {

»»  status="test";
»»  location.href = "Neue_url";

status="test2";

»»  }

Die 1. Änderung in der Statuszeile funktioniert. Die neue Adresse wird jedoch nur vom IE aufgerufen. Beim Netscape wird die Funktion an dieser abgebrochen und der href nicht ausgeführt!
Was kann das sein???

Probiere es mal mit window.location.href

Grüße
Thomas Mell