Hi i just spending this afternoon for this i cant get the som of npcflagCode:function refresh_item() { boxes = document.creatureedit.npcflag.length; var get_item = ''; for (i = 0; i < boxes; i++) { if (document.creatureedit.npcflag[i].checked) { get_item = get_item += document.creatureedit.npcflag[i].value; } } alert(get_item); if (opener.document.forms['creatureedit'].npcflag.value) { opener.document.forms['creatureedit'].npcflag.value = get_item; } opener.focus(); window.close(); }



Reply With Quote

Bookmarks