Hello,
<a href="#" onclick="setfontsize('15px');">...</a>
was soll der Link eigentlich tun - nichts, oder? Du willst lediglich die Funktion ausführen, der href ist nur zur Dekoration da (korrigier mich, wenn ich falsch liege). Also sorg einfach dafür, dass der Link nicht mehr greift:
onclick="setfontsize('15px'); return false;"
MfG
Rouven
--
-------------------
When the only tool you've got is a hammer, all problems start to look like nails.
-------------------
When the only tool you've got is a hammer, all problems start to look like nails.