omg to je co toto? tak scriptovala mozno moja stara mama
Kód:
function vytvorDiv() {
var body = document.getElementsByTagName("body")[0];
var div = document.createElement("div");
div = body.appendChild(div);
var img = document.createElement("img");
img.setAttribute = "src", "src.gif";
img.setAttribute = "alt", "alt";
img = div.appendChild(img);
}
Volame kedy chceme aby sa vetvoril ten div