graphic-javascript-effect-image-nextprevious-effect.htm / htm
<head> <!-- Paste this code into the HEAD section of your HTML document. You may need to change the path of the file. --> <script type="text/javascript" src="graphic-javascript-effect-image-nextprevious.js"></script> </head> <body> <!-- Paste this code into the BODY section of your HTML document --> <div style="width:400px; height:300px; margin: auto;"> <img name="imgSrc" id="imgSrc"> </div> <!-- Controller --> <table width="400" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #000000; width:400px; margin: auto;"> <tr> <td align="center"><a href="#" onClick="prev();"> �</a></td> <td align="center"><a href="#" onClick="next();"> � </a></td> </tr> </table> <p><div align="center"> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </div><p> </body>
(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.