Hi Andreas,
Erst mal Danke für deine Tipps. Ich habe folgendes als Browserweiche
ausprobiert:
----------
if (navigator.appName.indexOf("Explorer") != -1)
{
window.location = "file/index_1/frame_1.html";
}
else
{
window.location = "file/index_2/frame_2.html";
}
----------
Es funktioniert einwandfrei, aber Opera geht auf index_1.html und
das will ich verhindern.
Liegt in meinem Script ein Fehler vor? wenn ja wo?
Ich danke dir für deine Hilfe
Gruss
x-VieW