日期:2014-05-17 浏览次数:20515 次
function show(Tester) {
var tester = encodeURIComponent(Tester);
var k = showModalDialog("ViewEquipDetails.aspx?Tester=" + tester, window, "dialogWidth:850px;dialogHeight:630px;resizable: no; help: no; status: yes; scroll: yes;");
// debugger;
if (k == 0) {
document.location.reload();
}
else {
document.location.reload(true);
}
} function refresh() {
alert(window.location);
window.location.reload();
}