var md5_norobot_key = 'd41d8cd98f00b204e9800998ecf8427e'; // 글자수 제한var char_min = parseInt(0); // 최소var char_max = parseInt(0); // 최대
var save_before = '';var save_html = document.getElementById('comment_write').innerHTML;function good_and_write(){ var f = document.fviewcomment; if (fviewcomment_submit(f)) { f.is_good.value = 1; f.submit(); } else { f.is_good.value = 0; }}function fviewcomment_submit(f){ var pattern = /(^\s*)|(\s*$)/g; // \s 공백 문자 f.is_good.value = 0; /* var s; if (s = word_filter_check(document.getElementById('wr_content').value)) { alert(‎"내용에 금지단어('"+s+"')가 포함되어있습니다"); document.getElementById('wr_content').focus(); return false; } */ var subject = ""; var content = ""; $.ajax({ url: "../skin/board/basic/ajax.filter.php", type: "POST", data: { "subject": "", "content": f.wr_content.value }, dataType: "json", async: false, cache: false, success: function(data, textStatus) { subject = data.subject; content = data.content; } }); if (content) { alert(‎"내용에 금지단어('"+content+"')가 포함되어있습니다"); f.wr_content.focus(); return false; } // 양쪽 공백 없애기 var pattern = /(^\s*)|(\s*$)/g; // \s 공백 문자 document.getElementById('wr_content').value = document.getElementById('wr_content').value.replace(pattern, ""); if (char_min > 0 || char_max > 0) { check_byte('wr_content', 'char_count'); var cnt = parseInt(document.getElementById('char_count').innerHTML); if (char_min > 0 && char_min > cnt) { alert(‎"코멘트는 "+char_min+"글자 이상 쓰셔야 합니다."); return false; } else if (char_max > 0 && char_max < cnt) { alert(‎"코멘트는 "+char_max+"글자 이하로 쓰셔야 합니다."); return false; } } else if (!document.getElementById('wr_content').value) { alert(‎"코멘트를 입력하여 주십시오."); return false; } if (typeof(f.wr_name) != 'undefined') { f.wr_name.value = f.wr_name.value.replace(pattern, ""); if (f.wr_name.value == '') { alert(‎'이름이 입력되지 않았습니다.'); f.wr_name.focus(); return false; } } if (typeof(f.wr_password) != 'undefined') { f.wr_password.value = f.wr_password.value.replace(pattern, ""); if (f.wr_password.value == '') { alert(‎'패스워드가 입력되지 않았습니다.'); f.wr_password.focus(); return false; } } if (!check_kcaptcha(f.wr_key)) { return false; } return true;}function comment_box(comment_id, work){ var el_id; // 코멘트 아이디가 넘어오면 답변, 수정 if (comment_id) { if (work == 'c') el_id = 'reply_' + comment_id; else el_id = 'edit_' + comment_id; } else el_id = 'comment_write'; if (save_before != el_id) { if (save_before) { document.getElementById(save_before).style.display = 'none'; document.getElementById(save_before).innerHTML = ''; } document.getElementById(el_id).style.display = ''; document.getElementById(el_id).innerHTML = save_html; // 코멘트 수정 if (work == 'cu') { document.getElementById('wr_content').value = document.getElementById('save_comment_' + comment_id).value; if (typeof char_count != 'undefined') check_byte('wr_content', 'char_count'); if (document.getElementById('secret_comment_'+comment_id).value) document.getElementById('wr_secret').checked = true; else document.getElementById('wr_secret').checked = false; } document.getElementById('comment_id').value = comment_id; document.getElementById('w').value = work; save_before = el_id; } if (typeof(wrestInitialized) != 'undefined') wrestInitialized();}function comment_delete(url){ if (confirm‎("이 코멘트를 삭제하시겠습니까?")) location.href = url;} comment_box('', 'c'); // 코멘트 입력폼이 보이도록 처리하기위해서 추가 (root님)
 
 
 

function file_download(link, file) { document.location.href=link;} window.[안내]태그제한으로등록되지않습니다-xxonload=function() { resizeBoardImage(600); drawFont();}

printFlash("http://www.ichae.org/swf2/copy.swf","1000","100")
 
카페정보
카페 프로필 이미지
백마전우회 (9사단통합카페) Daum 카페
 
 
 
카페 게시글
☆문학동네(좋은글모음) 스크랩 9월이 오면 들꽃으로 피겠네 / 이채 (화사조랑님 동영상유튜브)
황인섭29연860312 추천 0 조회 16 12.09.04 06:58 댓글 1
게시글 본문내용
카페회원들의 안전을 위해 운영진이 팝업, iframe 태그를 제한 하였습니다. 관련공지보기
 
다음검색
댓글
최신목록