📄 submitld.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="chkuser.asp"-->
<HTML>
<HEAD>
<TITLE>用户管理</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<SCRIPT language=javascript><!--
function out()
{
if(window.event.toElement.id!="menu" && window.event.toElement.id!="link")
menu.style.visibility="hidden";
}
//-->
function out1()
{
if(window.event.toElement.id!="menu1" && window.event.toElement.id!="link")
menu1.style.visibility="hidden";
}
//-->
</SCRIPT>
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 >
<!--#include file=top.asp -->
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR valign="top">
<TD height="421" COLSPAN=11>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
<tr>
<td><div align="center">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#3E4474">
<tr>
<td bgcolor="#D7E8FC"><img src="images/kong.jpg" width="34" height="29"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#3E4474">
<tr>
<td height="200" bgcolor="#EFEFEF">
<div align="center">
<%
dim rs
dim sql
set rs = server.createobject("adodb.recordset")
sql = "SELECT * from luduan where id is null"
rs.open sql,conn,1,3
if request("user")="" then
response.Write("请把表格填写完整!")
%>
<a href="vbscript:history.back" >返回</a>
<%
else
rs.addnew
rs("name")=request("user")
rs.update
response.Write("添加成功!")
%>
<meta http-equiv="refresh" content="2;URL=luduan.asp">
<%
end if
%>
</div></td>
</tr>
</table>
<table width="100" border="0" align="left" cellpadding="0" cellspacing="0" class="z13">
<tr>
<td> </td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div></TD>
</TR>
<TR>
<TD> <IMG SRC="images/spacer.gif" WIDTH=12 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=89 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=84 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=84 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=84 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=84 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=84 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=100 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=128 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=200 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=55 HEIGHT=1 ALT=""></TD>
</TR>
</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><IMG SRC="images/index_14.jpg" WIDTH=1004 HEIGHT=41 ALT=""></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="811,1,901,81" href="#">
<area shape="rect" coords="901,1,996,81" href="loginout.asp">
<area shape="rect" coords="691,56,740,77" href="#">
<area shape="rect" coords="743,56,790,77" href="#">
<area shape="rect" coords="641,56,690,77" href="#">
</map>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -