<%
if NOT(now>=cdate("7/31/2010 09:00:00") and now <= cdate("8/8/2010 17:00:00")) then
%>
<script language="javascript">
alert('非報名系統開放時間!')
window.location="......"
</script>
<%
end if
%>
- Aug 26 Wed 2009 09:08
-
ASP - 設定開放時間
請先 登入 以發表留言。