function checkInput(objectSource) {
function checkInput(objectSource) {
ifon. {
objectSource.oldOnClick = objectSource.onclick;
objectSource.onclick = null;
}
var attachfile = $('#attachment').val();
var attachfile = $('#attachment').val();
if (content.indexOf("附件") != -1 && attachfile == undefined) {
if(!confirm( '您的郵件內容提到附件,但您可能忘了新增附件。')){
return false;
}
}
objectSource.oldOnClick(); }