So, hier iss das script. der Fehler muss hier liegen und nicht im Aufruf, habs ausprobiert. Vielen Dank fuer die schnelle Antwort, Markus. Ich mache mich waehrenddessen mal dran, Javascript zu lernen (Ja, ich meine Javascript, nicht Jsciprt)
MFG Philipp
<script type="text/javascript">
<!--
Normal1 = new Image();
Normal1.src = "rollovers/about_01.gif";
Highlight1 = new Image();
Highlight1.src = "rollovers/about_01_over.gif";
Normal2 = new Image();
Normal2.src = "rollovers/angebote_01.gif";
Highlight2 = new Image();
Highlight2.src = "rollovers/angebote_01_over.gif";
Normal3 = new Image();
Normal3.src = "rollovers/projekte_01.gif";
Highlight3 = new Image();
Highlight3.src = "rollovers/projekte_01_over.gif";
Normal4 = new Image();
Normal4.src = "rollovers/kontakt_01.gif";
Highlight4 = new Image();
Highlight4.src = "rollovers/kontakt_01_over.gif";
Normal5 = new Image();
Normal5.src = "rollovers/links_01.gif";
Highlight5 = new Image();
Highlight5.src = "rollovers/links_01_over.gif";
function DreiFrames(URI1,F1,URI2,F2,URl3,F3) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame3=eval("parent."+F3);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
Frame3.location.href = URI3;
}
function Bildwechsel(Bildnr,Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}
-->
</script>