- JavaScript DHTML
- HTML
- Image Img
Image dynsrc
<html> <body> <script language="JavaScript"> function setSource() { document.all.myImage.dynsrc = "http://www.java2s.com/style/logo.png"; } </script> <img id="myImage" start="mouseover" alt="" width="200" height="200"> <button onclick="setSource();">Set Source</button> </body> </html>
Related examples in the same category