欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

JSF中confirm彈出框的用法示例介紹

 更新時間:2014年01月07日 15:59:21   作者:  
本文為大家詳細介紹下JSF中confirm彈出框的使用方法,感興趣的朋友可以參考下
復制代碼 代碼如下:

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( '您的郵件內(nèi)容提到附件,但您可能忘記了添加附件。')){
return false;
}
}
objectSource.oldOnClick();
}

相關(guān)文章

最新評論