if(parent.frames[1].location.href ="Frage1.htm") {
parent.frames[1].location.href ="5050Frage1.htm";
Aber ich hab das auch schon mit == versucht, klappt auch net.
Du hast sicher auch geprüft, daß location.href der gewünschten Adresse entspricht? Tipp: Gib mal
javascript:alert(location.href);
Wenn ich das mache, kommt nur der alert mit der location als Index.html
Tja, wenn ich das mache, kommt ein kleines Fenster mit "http://forum.de.selfhtml.org/?m=123523&t=22199", _nicht_ "?m=123523&t=22199". Von daher vermute ich einfach mal weiterhin, daß in Deiner parent.frames[1].location.href nicht "Frage1.htm" steht, sondern etwas in der Richtung "file://c:\html\blabla\Frage1.htm" - und darauf wirst Du dann auch entsprechend mit substring() o.ä. reagieren müssen.
Gruß,
soenk.e