Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/src/commit/a412254b69d4c5ea06dae44db354fd33adde3b33/web/zhyw/smsj/exam.txt
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
---考试通知
|
|
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("已经考过试了呀!");
|
|
<%
|
|
}
|
|
%>
|
|
} |