graphic-javascript-effect-background-matrix-effect.htm / htm
<!-- TWO STEPS TO INSTALL JS MATRIX: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Allan Wang (support@usingit.com) --> <!-- Web Site: www.usingit.com --> <STYLE> A:link {TEXT-DECORATION: none} A:visited {TEXT-DECORATION: none} A:active {TEXT-DECORATION: none} A:hover {TEXT-DECORATION: none} </STYLE> <script language="javascript" type="text/javascript" src="graphic-javascript-effect-background-matrix-usingit-js-matrix-background-cfg.js"></script> <script language="javascript" type="text/javascript" src="graphic-javascript-effect-background-matrix-usingit-js-matrix-background.js"></script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Allan Wang (support@usingit.com) --> <!-- Web Site: www.usingit.com --> <layer z-index="100"> </layer> <p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 1.33 KB -->
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.