You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
322 B
16 lines
322 B
1 year ago
|
---考试通知
|
||
|
function check(operate) {
|
||
|
form1.operate.value = operate;
|
||
|
if (operate == "addTryBook") {
|
||
|
<%
|
||
|
if(buf.fget("submitbtn",0).equals("0")){
|
||
|
%>
|
||
|
form1.action = "/zhyw/smsj/TryBook.jsp";
|
||
|
<%
|
||
|
}else if(buf.fget("submitbtn",0).equals("1")){
|
||
|
%>
|
||
|
alert("已经考过试了呀!");
|
||
|
<%
|
||
|
}
|
||
|
%>
|
||
|
}
|