i need a way onClick to change the font color on a page useing a link. Is this possible? For an example i used this
<a href="#" onClick="document.bgColor='navy'";>Navy</a>
code to change the BG color, so can you use something like this
<a href="#" onClick="document.font color='navy'";>Navy</a>
to change the font color?



Reply With Quote

Bookmarks