Set the document.fgColor (IE) : fgColor « Document « JavaScript Tutorial






<html>
    <script language="JavaScript">
    <!--
    document.fgColor="0000ff";
    -->
    </script>
    <body>
    The color of all text on this page is blue.
    </body>
    </html>








14.12.fgColor
14.12.1.document.fgColor
14.12.2.Set the document.fgColor (IE)