guten Abend,
das Prinzip funktioniert, aber nicht ganz in dieser Form. Ich habs so gemacht:
function iframeOn(){
var firstTime = true;
document.frames.iframe11.onmouseover = function laden(){
if(firstTime)
{
firstTime = false;
document.frames.iframe11.location.href="../kreis/main.htm";
}
else document.frames.iframe11.onmouseover = null;
}
}
damit habe ich mich leider geirrt. Irgendwie hat das mit meinem lokalen Apache und mit dem Browser-Cache zu tun. Es schine gestern so, als ob das funktionieren würde ... das erstemal stutzig wurde ich, als mir mozilla plötzlich nix mehr anzeigen wollte. Es zeigt sich jetzt, daß bei einer solchen Konstruktion das "location.href" nicht ausgeführt wird
Grüße aus Berlin
Christoph S.