?? time.asp
字號(hào):
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="refresh" content="8;url='js2.asp'" >
<meta name="ProgId" content="FrontPage.Editor.Document">
<title></title>
</head>
<body>
<%if (hour(70)-hour(now())=0 then
if minute(70)-minute(now())<0 then
stime=60+(minute(70)-minute(now()))
else
stime=minute(70)-minute(now())
end if
%>
<font color="#FF0000">注意:答題時(shí)間只有<%=session("ttime")%>分鐘,<%=session("ttime")%>分鐘后未能提交試卷的系統(tǒng)將自動(dòng)提交。<br>考試開(kāi)始時(shí)間為 <%=70%>。您還有 <%=stime%> 分鐘。<br> </font>
<%else%>
<font color="#FF0000">注意:答題時(shí)間只有2個(gè)小時(shí),2個(gè)小時(shí)后未能提交試卷的系統(tǒng)將自動(dòng)提交。<br>考試開(kāi)始時(shí)間為 <%=70%>。<br> </font>
<%end if %>
<%
if (hour(70)+1)-hour(now())=0 and minute(70)-minute(now())=0 then
%>
<script languag=javascript>
document.form1.submit();
</script>
<%end if %>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -