Add image to page onclick
问题 I want a button to add an image to the current page on each click. For example, the first time you open the page, there is one picture. Then you click the button and the same picture appears on the page and now you have two same pictures. Then you keep on pressing on the button and more and more same pictures appear. This is the code I tried that didn't work: <script type="text/javascript"> function addimage() {<img src="http://bricksplayground.webs.com/brick.PNG" height="50" width="100">} <