N
NEWS
if I am trying to change font in an input TEXT box using JavaScript how do I
do it?
document.forms[x].elements[y].class=fontSize;
fontSize being a CSS class, works if I hard code it in but will not work
dynamicly as above
do it?
document.forms[x].elements[y].class=fontSize;
fontSize being a CSS class, works if I hard code it in but will not work
dynamicly as above