ZhiYeJianKang_PeiXun/Song.Site/Manage/Card/Scripts/GoBack.js
2025-02-20 15:41:53 +08:00

9 lines
169 B
JavaScript

$(function () {
//关闭窗体
$("input[name=btnClose]").click(function () {
new top.PageBox().Close(window.name);
return false;
});
});