document.getElementById('write_form').addEventListener('submit', function(e){ // DHTML 에디터 내용 업데이트 (SmartEditor 예시) if(typeof oEditors !== "undefined") { oEditors.getById["wr_content"].exec("UPDATE_CONTENTS_FIELD", []); } var content = document.getElementById('wr_content').value.toLowerCase(); var name = document.getElementById('wr_name').value.toLowerCase(); var banned_words = ['casino','gambling','poker']; var banned_names = ['dorothy','fallon','chandra']; var found_word = banned_words.find(w => content.includes(w)); var found_name = banned_names.find(n => name.includes(n)); if(found_word || found_name){ var msg = found_word ? "'" + found_word + "'가 금지어에 포함되어 있습니다." : "이름 '" + found_name + "'는 금지된 닉네임입니다."; if(!confirm(msg + "\n저장하시겠습니까?")){ e.preventDefault(); return; } var is_admin = false; if(!is_admin){ alert('관리자 외 계정은 저장이 불가합니다.'); e.preventDefault(); return; } } // 비회원 차단 if(!true){ alert('비회원은 글/댓글 등록이 불가합니다.'); e.preventDefault(); return; } }); HomePC.11q.kr
Loading...

팝업레이어 알림

팝업레이어 알림이 없습니다.
 

Gallery
W:\g5\theme\BS4-Basic\index\index-basic.php


주요 사이트 이동


공지글


최근글


새댓글