Hallo Sandra,
mh...wieviele Frames denn jetzt? Zwei, sagt der Betreff. Moment:
function dreiframes(URL1,URL2,URL3)
Oder doch drei?
Ich möchte nun noch den Frame "unten" bei onMouseOver und onMouseOut ändern. Wie kann ich das machen?
Ach so, doch bloß einen. Lohnt ja die Mühe kaum!
Na gut, bin ja nicht so:
<a href="javascript:dreiframes('menue-presse.html','presse.html','unten.html')" onMouseOver="window.document.images[2].src='menuebild/menu2a.gif'; parent.unten.location.href='dies.htm';" onMouseOut="window.document.images[2].src='menuebild/menu2.gif'; parent.unten.location.href='das.htm';"><img src="menuebild/menu2.gif" width="153" height="23" border="0" alt=""></a>
Grüße,
Utz