<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="../common/conn.asp"-->
<!--#include file="../common/status.html"-->
<!--#include file="../common/md5.asp"--> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登录 </title>
</head>
<meta http-equiv="refresh" content="5;url=login.html">
<body>
<%
sql="select admin_id,admin_pw from SCOTT.ADMIN where admin_id='jack'"
response.write sql
response.end
%>
</body>
</html>
结果是:select admin_id,admin_pw from SCOTT.ADMIN where admin_id='' |