hallo jungs,
war schon erfolglos googlen mit meinem problemchen
der folgende code funktioniert unter nn4.75 nicht, obwohl er auf den anderen getesteten browsern läuft....
javascriptfehler werden keine angezeigt, roll-over und links funktionieren einfach nicht.
--- auszug aus dem htmldokument -----
<a href="javascript:wechsel(1,1,1,1,'submenue_id=16',0)"
onFocus="linie(this)"
onMouseOver="b_r(16,'sm_16')"
onMouseOut="r_b(16,'sm_16')"
>
<img src="/submenue/16.png" alt="submenue" name="sm_16" border="0" width="100" height="12"></a><br>
--- javascriptfunktion wechsel ---------
function wechsel(box0,box1,box2,box3,WHO,box1_2) {
if ( box0 == 1 ) { top.frames['iro'].location.href = "/cgi-bin/go.pl?box=0&"+WHO; }
if ( box1 == 1 ) { top.frames['ilo'].location.href = "/cgi-bin/go.pl?box=1&"+WHO; }
if ( box2 == 1 ) { top.frames['ilu'].location.href = "/cgi-bin/go.pl?box=2&"+WHO; }
if ( box3 == 1 ) { top.frames['iru'].location.href = "/cgi-bin/go.pl?box=3&"+WHO; }
}
vielen vielen dank für eure hilfe
jaque ;)