|
| - |
Change an image when clicking on it
Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html
<SCRIPT>
function change_img(source,index) {
document.images[index].src = source;
}
</SCRIPT>
<A HREF="JavaScript: change_img('open.gif',0)">
<IMG SRC="closed.gif"></A>
Posted On: 10-Jul-1999
|
|
|
|
|
|
|
| |