Anyone knows how to deal with 'Change image' script? :
<!-- Begin
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// End -->
</SCRIPT>
<!-- STEP TWO: Put this code into the BODY of your HTML document -->
<BODY>
<CENTER>
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://javascript.internet.com"
onmouseover="movepic('button','pic-off.gif')"
onmouseout="movepic('button','pic-on.gif')">
<IMG NAME="button" SRC=http://www.webdeveloper.com/forum/archive/index.php/"pic-off.gif" ALT="Image"></A>
</CENTER>
Where should I actually write/put the images I want?
Thanks for help!
<!-- Begin
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// End -->
</SCRIPT>
<!-- STEP TWO: Put this code into the BODY of your HTML document -->
<BODY>
<CENTER>
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://javascript.internet.com"
onmouseover="movepic('button','pic-off.gif')"
onmouseout="movepic('button','pic-on.gif')">
<IMG NAME="button" SRC=http://www.webdeveloper.com/forum/archive/index.php/"pic-off.gif" ALT="Image"></A>
</CENTER>
Where should I actually write/put the images I want?
Thanks for help!