+ 2
how I put an image with javascript. Please?
3 odpowiedzi
+ 6
If you want to put an image in html element like div. just select that div by its ID and put the img element in it by innerHTML property like this:
document.getElementById("your html element id").innerHTML = "<img src='your image path'/>";
+ 2
ok شکرا اخی
+ 1
العفو