|
|
<script language=JavaScript>
function showDelForm(obj){
document.all.divDelete.style.display=""
if (obj=='u') {
document.all.divDelete.style.posLeft = (document.body.clientWidth-250)/2;
document.all.divDelete.style.posTop = document.body.scrollTop + ((document.body.clientHeight-100)/2);
}
else {
document.all.divDelete.style.posLeft = event.x - 200 + document.body.scrollLeft
document.all.divDelete.style.posTop = event.y - 200 + document.body.scrollTop
}
}
function showaddForm2(obj){
document.all.divMemoadd.style.display="";
document.all.divMemoadd.style.posLeft = event.x-450+document.body.scrollLeft;
document.all.divMemoadd.style.posTop = event.y-200+document.body.scrollTop ;
document.addcomment.mwriter.focus();
}
function showaddForm3(obj){
document.all.addComm.style.display="";
document.all.addComm.style.posLeft = event.x-420+document.body.scrollLeft;
document.all.addComm.style.posTop = event.y+document.body.scrollTop ;
document.addcomment.subj.focus();
}
function showaddForm4(obj){
document.all.divModify.style.display="";
document.all.divModify.style.posLeft = (document.body.clientWidth-250)/2;
document.all.divModify.style.posTop = document.body.scrollTop + ((document.body.clientHeight-100)/2);
}
function Delchk(theform){
return true;
}
function Modifychk(theform){
return true;
}
function addcommchk(theform){
/* if (theform.subj.value=="") {
alert ("Á¦¸ñÀ» ÀÔ·ÂÇϼ¼¿ä.");
theform.subj.focus();
return false;
}*/
if (theform.mwriter.value=="") {
alert ("À̸§À» ÀÔ·ÂÇϼ¼¿ä.");
theform.mwriter.focus();
return false;
}
if (theform.comment.value=="") {
alert ("³»¿ëÀ» ÀÔ·ÂÇϼ¼¿ä.");
theform.comment.focus();
return false;
}
if (theform.mpass.value=="") {
alert ("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇϼ¼¿ä.");
theform.mpass.focus();
return false;
}
return true;
}
|
ÇÏ·çÇÏ·ç ÇǰïÇϰí ÁöÄ¥ ¶§ |
|
|
°ü¸®ÀÚ |
2010-08-19 Á¶È¸ : 887 | |
|













| | | | |
|