Posted in Javascript onJanuary 07, 2014
function checkInput(objectSource) { if(objectSource.onclick){ objectSource.oldOnClick = objectSource.onclick; objectSource.onclick = null; } var attachfile = $('#attachment').val(); if(content.indexOf("附件") != -1 && attachfile == undefined) { if(!confirm( '您的邮件内容提到附件,但您可能忘记了添加附件。')){ return false; } } objectSource.oldOnClick(); }
JSF中confirm弹出框的用法示例介绍
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@