弹出窗”取消“

<input type="button" id="btnCancel" value="取消" onclick="cancel()" />

//取消
function cancel() {
    window.frameElement.cancelPopUp();
}

posted @ 2016-11-28 14:17  lishidefengchen  阅读(159)  评论(0)    收藏  举报