how to create elements in javascript with href=variable? how to create this with javascript when you click a button? every time you hit the button, another div will appear.
<div><a href=myfirstvariable><img src="mysecondvariable"></a></div>
thanks