hi
ich als js laie brauch dringend hilfe
eigentlich sollte das folgende script 3 frames gleichzeit laden (oder auch nicht) aber nur 2 funzen
-----------
function ZweiFrames(URL1,F1,URL2,F2)
{
parent.frames[F1].location.href=URL1;
parent.frames[F2].location.href=URL2;
}
</script>
</head>
<body bgcolor="#ffffff">
<a href="javascript:ZweiFrames('willkommen/willk.htm',1,'willkommen.htm',2)" onmouseover="on('image1');" onmouseout="off('image1')" onClick="parent.liste.location='willkommen/liste.htm';parent.balken.location='willkommen.htm'; return false;">
--------
wie gesagt ich bin js laie
(ich nix ahnung)
bitte helft mir
thx schonmal