<html> <body onload="document.body.link = 'blue';"> <script language="JavaScript"> function function1() { document.linkColor = "green"; } </script> <a href="http://www.navioo.com">navioo.com Web page</a> <input type="button" value="Change the link color to green" onClick="function1();"> </body> </html>
Related Scripts with Example Source Code in same category :