function CreateIOC(text,value) {
var o = document.createElement ("a");
o.id = value;
o.href = "#";
o.className = "c";
o.style.border = "2px ";
o.style .width = "250px";
o.style.height = "30px";
o.style.display = "block";
o.innerHTML = "< ;table>
" text "
o.setAttribute("onclick", "iocClick()"); return o; } 함수 iocClick() { 경고('ok'); } function CheckedBox(box) { window.parent.document.getElementById("kdks_panel").appendChild(CreateIOC('1' ,'2')));
상위 HTML:
|