document.linkColor in action
|
|
<HTML> <head> <title>this is a title</title> </head> <BODY bgcolor="beige" text= "black" link="darkblue" vlink="honeydew">
<SCRIPT language="JavaScript"> <!--
document.write("The link color is "+document.linkColor+"<BR>");
//--> </SCRIPT>
</BODY>
</HTML>
|
|
|
HTML code for linking to this page:
Related in same category :
-
|