Hallo, Jovi,
Gibt es eine andere Art der Weiterleitung in einer JS-Function?
versuch's doch mal so:
URI = "neueseite.html";
if(window.location.href.replace){window.location.replace(URI);}
else{window.location.href=URI;} // causes problems with back button, but should work
Grüße,
Sebastian