Das Script(unterhalb) funktioniert sehr gut!Problem ist:ich möchte keinen Button, sondern diese Funktion auf ein Bild(img) legen!Kenn mich leider nicht genug aus und schaffe das nicht!Kann mir jemand helfen, bitte?
<head>
<script type="text/javascript">
<!--
function doppel(oben,unten)
{
parent.topFrame.location.href=oben;
parent.mainFrame.location.href=unten;
}
//-->
</script>
</head>
<body>
<input type="button" value="CSS"
onClick="doppel('top-css.htm','main-css.htm')">
<br>
</body>