hi,
http://eydamos.de/selfhtml.htm
Das "funzt" auch im IE 6, wenn ich
javascript:wechsel(1);
bzw.
javascript:wechsel(2);
in die Adresszeile eingebe.
Also scheinen ihm lediglich deine Konstrukte der Form
<a href="javascript:wechsel(1);"><input type="button" value="Alte Statistik"></a>
nicht zu schmecken.
Warum nutzt du nicht einfach gleich onclick auf einem Button?
<input type="button" value="Alte Statistik" onclick="wechsel(1);">
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }