2009년 7월 23일 목요일

글짜 수 제한!

function com()

{

    if(document.commentwrite.comments.value.length > 600){ 
        alert("덧글은 600자로 이하로 작성해 주세요!!"); 
        document.commentwrite.comments.focus(); 
        return;
    } 

}

댓글 없음:

댓글 쓰기