Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

ALink Example

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