I have object "img":
<img id="img1" alt="" width="100" height="100" border="0">
Can I in JavaScript set the path to the file (src="image.jpg",
from where this image will load, when I have image "id"?
<img id="img1" alt="" width="100" height="100" border="0">
Can I in JavaScript set the path to the file (src="image.jpg",
from where this image will load, when I have image "id"?