//-------------------------- Write Start ------------------------------// function check_email(str){ emailStr = str.value if(emailStr != "") { var emailPat=/^(.+)@(.+)$/ var specialChars="\\(\\)<>@,;:\\\\\\\"\\.\\[\\]" var validChars="\[^\\s" + specialChars + "\]" var firstChars=validChars var quotedUser="(\"[^\"]*\")" var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/ var atom="(" + firstChars + validChars + "*" + ")" var word="(" + atom + "|" + quotedUser + ")" var userPat=new RegExp("^" + word + "(\\." + word + ")*$") var domainPat=new RegExp("^" + atom + "(\\." + atom +")*$") var matchArray=emailStr.match(emailPat) if (matchArray==null) { alert("E-mail ÁÖ¼Ò°¡ Çü½Ä¿¡ ¸ÂÁö ¾Ê½À´Ï´Ù."); str.focus(); return false; } } } function write_ok() { if (document.write.ckeck_js_value.value == "1") { if ( document.write.writer.value == "" ) { alert("À̸§À» ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); document.write.writer.focus(); return false; } } if ( document.write.subject.value == "" ) { alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); document.write.subject.focus(); return false; } if(document.write.use_category.value == "1"){ if(document.write.category.value == ""){ alert("Ä«Å×°í¸®¸¦ ¼±ÅÃÇØ ÁÖ¼¼¿ä."); document.write.category.focus(); return false; } } if ( document.write.content.value == "" ) { alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); document.write.content.focus(); return false; } if (document.write.ckeck_js_value.value == "1") { if ( document.write.pwd.value == "" ) { alert("À̱ÛÀÇ ¼öÁ¤°ú »èÁ¦½Ã ÇÊ¿äÇϹǷΠºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); document.write.pwd.focus(); return false; } } show_progress(); } function show_progress() { var _x = document.body.clientWidth/2 + document.body.scrollLeft - 145; var _y = document.body.clientHeight/2 + document.body.scrollTop - 44; progress.style.posLeft=_x; progress.style.posTop=_y; progress.style.visibility='visible'; } //---------------------Zoom-------------------------------------------// function check_zoom(mode){ if(mode=="+"){document.write.content.rows += 3;} if(mode=="-" && document.write.content.rows > 3){document.write.content.rows -= 3;} } //----------------------ÀÚµ¿ ÁٹٲÞ--------------------------------------// function check_coding(obj) { var c_n; if(!obj.checked) { obj.value=2; } else { c_n = confirm("ÀÚµ¿ ÁٹٲÞÀ» ÇϽðڽÀ´Ï±î?\n\nÀÚµ¿ ÁٹٲÞÀº °Ô½Ã¹° ³»¿ëÁß ÁÙ¹Ù²ï °÷À»
ű׷Πº¯È¯ÇÏ´Â ±â´ÉÀÔ´Ï´Ù."); if(c_n) { obj.value=2; } else { obj.value=1; } } } //----------------------Comment Write Start-----------------------// function comment_write() { if (document.Com_form.co_content.value.length == 0) { alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); document.Com_form.co_content.focus(); return false; } if (document.Com_form.co_name.value.length == 0) { alert("À̸§À» ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); document.Com_form.co_name.focus(); return false; } if (document.Com_form.ckeck_js_value.value == "") { if (document.Com_form.co_pass.value.length == 0) { alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); document.Com_form.co_pass.focus(); return false; } } return true; } //----------------------Comment Write End-----------------------// //--------------------- Àüü¼±Åà ¹× ¼±ÅÃÇØÁ¦---------------------// function reverse() { var i, chked=0; for(i=0;i maxWidth || imgh > maxHeight) { if (imgw > imgh) { if (imgw > maxWidth) newWidth = maxWidth; else newWidth = imgw; newHeight = Math.round((imgh * newWidth) / imgw); } else { if (imgh > maxHeight) newHeight = maxHeight; else newHeight = imgh; newWidth = Math.round((imgw * newHeight) / imgh); } }else { newWidth = imgw; newHeight = imgh; } newWidth = newWidth.toFixed(0) newHeight = newHeight.toFixed(0) newX = maxWidth / 2 - newWidth / 2; newY = maxHeight / 2 - newHeight / 2; target_img.onload = null; target_img.src = newImg.src; target_img.width = newWidth; target_img.height = newHeight; } //-----------------------ȸ¿ø Layer--------------------------------// function nx_member_info(member_no, idx_num, bn, email, home, writer, category, login_chk, admin) { page_be=0; var member_oks=0; var string=''; if(member_no && member_no!="0")member_oks=1; string="
"+"" if(home) { // string=string+"";page_be=1; } if(email) { // string=string+"";page_be=1; } if(login_chk == "1"){ if(member_oks == "1") { string=string+"";page_be=1; } } if(member_oks == "1") { // string=string+"";page_be=1; } // string=string+"";page_be=1; if(admin == "1") { if(member_oks == "1") { // string=string+"";page_be=1; } } string=string+"
ȨÆäÀÌÁö
¸ÞÀÏ º¸³»±â
ÂÊÁö º¸³»±â
ȸ¿øÁ¤º¸ º¸±â
À̸§À¸·Î °Ë»ö
ȸ¿øÁ¤º¸ º¯°æ
" if(document.layers) { var mem = document.member_infoz.document; mem.write(string); mem.close(); } else document.all["member_infoz"].innerHTML = string; visible_true('member_infoz', 'member_info', 0); } document.write(""); function visible_true(layers, what, layer_top, just_x, just_y) { var just_xv=eval(just_x); var just_yv=eval(just_y); var view_ok=0; if(what=='edit_pages' || what=='icon_boxs') { if(document.forms['frm1'].load_end.value=="1") view_ok=1; else alert("ÆäÀÌÁö°¡ ¸ðµÎ ·ÎµùµÇÁö ¾Ê¾Ò½À´Ï´Ù. ÆäÀÌÁö°¡ ·ÎµùµÈÈÄ¿¡ ÇØ´ç ¹öưÀ» Ŭ¸¯ÇØÁÖ¼¼¿ä."); } else view_ok=1; if(view_ok==1) { var true_ok=0; if(what=='member_info') true_ok=1; else if(document.forms['listz'].load_end.value==1) true_ok=1; if(true_ok==1) { if(just_x || just_y){x=just_xv;y=just_yv;} else if(what=='member_info'){x=-28;y=-28;} if(document.layers) { var pop = document.layers[layers]; pop.left = event.pageX + x; pop.top = event.pageY + y; pop.visibility = 'visible'; } else { var pop = document.all[layers]; pop.style.pixelLeft = document.body.scrollLeft + event.clientX + x; pop.style.pixelTop = document.body.scrollTop + event.clientY + y; pop.style.visibility = 'visible'; } } } } //-----------------------ȸ¿øÁ¤º¸º¸±â--------------------------------// function send_email(url) { window.open(url,'member_email','scrollbars=yes,width=400,height=500,top=0,left=0,toolbar=no'); } //-----------------------ȸ¿øÁ¤º¸º¸±â--------------------------------// function member_info(url) { window.open(url,'red_club','scrollbars=yes,width=400,height=500,top=0,left=0,toolbar=no'); } //-----------------------ÂÊÁö º¸³»±â--------------------------------// function member_memo(url) { window.open(url,'member_memo','scrollbars=yes,width=400,height=500,top=0,left=0,toolbar=no'); } //-----------------------¾ÆÀ̵ð ¹× ºñ¹Ð¹øÈ£ ã±â--------------------------------// function member_lost() { window.open('./lost.php','member_lost','scrollbars=no,width=380,height=170,top=0,left=0,toolbar=no'); } //-----------------------Select Link---------------------------------------------// function category_change(obj) { var myindex=obj.selectedIndex; document.FindForm.category.value=obj.options[myindex].value; document.FindForm.submit(); return true; } //-----------------------À̹ÌÁö¹Ú½º ¸µÅ©---------------------------------------------// function open_ImageBox(tn) { window.open("./imagebox.php?tn="+tn,"my_imagebox","width=600,height=620,resizable=yes,scrollbars=3,toolbars=no,top=0,left=0"); } function showSecretForm(obj) { var _x = document.body.clientWidth/2 + document.body.scrollLeft - 145; var _y = document.body.clientHeight/2 + document.body.scrollTop - 44; divSecret.style.posLeft=_x; divSecret.style.posTop=_y; divSecret.style.display="" document.frm_pass.b_no.value=" " + obj + " "; document.frm_pass.secret_pass.focus(); } function submit_From() { if ( document.frm_pass.secret_pass.value == "" ) { alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä."); document.frm_pass.secret_pass.focus(); return false; } document.frm_pass.submit(); } //------------------------°Ë»öÀ̹ÌÁö----------------------------------------// var c=false; function ch () { if ( c ) return; document.FindForm.keyword.style.backgroundImage=""; c=true; } //Æû¸®¼Â function frmReset(){ document.forms[0].reset(); }