function checkInput(objectSource) {
if(objectSource .onclick) {
objectSource.oldOnClick = objectSource.onclick;
objectSource.onclick = null
}
var attachmentfile = $('#attachment').val(); 🎜>if (content.indexOf("Attachment") != -1 && attachmentfile == undefine) {
if(!confirm( '귀하의 이메일 내용에 첨부 파일이 언급되어 있지만 첨부하는 것을 잊어버렸을 수 있습니다.')) {
false 반환
}
}
objectSource.oldOnClick()
}