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

9 lines
253 B
JavaScript

$(function () {
$("a[type=review]").click(function () {
var href = $(this).attr("href");
var title = $(this).attr("title");
new top.PageBox(title, href, 80, 80, null, window.name).Open();
return false;
});
});