why is that when i put this code
[spoiler]var wakokok;
try {wakokok = document.createElement("div");}
catch (e) {wakokok = document.createElement("<div>");}
wakokok.innerHTML = "CODES_HERE_OF_IMAGE_O
why is that when i put this code
[spoiler]var wakokok;
try {wakokok = document.createElement("div");}
catch (e) {wakokok = document.createElement("<div>");}
wakokok.innerHTML = "CODES_HERE_OF_IMAGE_OR_VIDEOS";
wakokok.setAttribute("style","text-align:right;padding-top:10px");
document.getElementById("0").getElementsByTagName("ul")[1].parentNode.appendChild(wakokok);[/spoiler]
my JS file will not work ??
help me pls ..