Folgendes Problem
eine Javascipt funktion:
function frames(UR,URA) {
Frame1=eval("parent.border");
Frame2=eval("parent.main");
Frame1.location.href = UR;
Frame2.location.href = URA;
}
startet in Opera nicht:
<html><head><meta http-equiv='refresh' content='0; URL=javascript:frames("reccources.php?base=$base", "build.php?base=$base");'></head></html>
ich hab sie schon mal in den body reingeklatscht, da gehts auch ned.
in allen anderen browsern gibs keine probleme
weiß jemand rat?