进入页面输入密码问题
yxqc 2004-10-15 03:53:59 怎么样在下面这段文字中加入代码,要输入正确的用户名和密码方可进入控制页面
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>控制</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset cols="137,*" frameborder="YES" border="2" framespacing="2" rows="*" bordercolor="#000000">
<frame name="leftFrame" scrolling="NO" noresize src="list.jsp">
<frame name="mainFrame" src="content.jsp">
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>