Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

ALink Example

<html> <body onLoad="goColor();"> <script>     function goColor() {         document.body.aLink = "red";     } </script> <a href="http://www.rntsoft.com/">rntsoft.com (click to turn red)</a> </body> </html>