ASP问题3

来源:百度知道 编辑:UC知道 时间:2024/06/09 06:13:14
如何编写ASP代码来进行用户登陆验证。
用VB语言设计,运行时FROM语法错误是什么?

两页:
第一页,登录的表单页面(做一个表单,两个文本框控件,两个按钮,一个是登录,一个是取消),以下是代码.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户登录</title>
<style type="text/css">
</head>

<body>
<table width="250" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25"><form name="form1" method="post" action="checkuser.asp">
<table width="260" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="75" height="25"><div align="center">
<div align="right"><strong>用户名</strong></div><