Greelmo
05-14-2003, 02:51 PM
Is it possible to automatically change the entire documents font color from java? I did something like this...
<SCRIPT LANGUAGE="JavaScript">
function fnccolor(colory)
{
document.font.style.color=colory
}
</script>
Where colory is equal to the value in a text box in the body and the function is activated through a button... it obviously doesn't work now, but i would be very happy if any of you knew how to do it.
<SCRIPT LANGUAGE="JavaScript">
function fnccolor(colory)
{
document.font.style.color=colory
}
</script>
Where colory is equal to the value in a text box in the body and the function is activated through a button... it obviously doesn't work now, but i would be very happy if any of you knew how to do it.