Hallo!
document.getElementById("xyz").style.class = "other_one";
document.getElementById("xyz").setAttribute("class", "other_one");
MfG, André Laugks
--
L-Andre @ gmx.de
L-Andre @ gmx.de
Hallo!
document.getElementById("xyz").style.class = "other_one";
document.getElementById("xyz").setAttribute("class", "other_one");
MfG, André Laugks