问个时间提醒问题
数据库是SQL的 时间字段是datetime 当设定时间为11:00:00的时候 系统时间到10:50:00的时候提醒一次 10:55:00提醒一次 下面 <%....%>里面的代码要怎么写才能实现弹窗 <%
............
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1 </title>
</head>
<body>
<SCRIPT language=JavaScript>
window.open('pop.asp','NewWin1','scrollbars=yes,width=450,height=375');
</script>
</body>
</html>
<%
...........
%>