📄 jlfinish.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/CONNECT.asp" -->
<%
if(request.form("textfield1") <> "") then Command1__A1 = request.form("textfield1")
if(request.form("textfield2") <> "") then Command1__A2 = request.form("textfield2")
if(request.form("textfield3") <> "") then Command1__A3 = request.form("textfield3")
if(request.form("textfield4") <> "") then Command1__A4 = request.form("textfield4")
if(request.form("textfield5") <> "") then Command1__A5 = request.form("textfield5")
if(request.form("textfield6") <> "") then Command1__A6 = request.form("textfield6")
if(request.form("textfield7") <> "") then Command1__A7 = request.form("textfield7")
if(request.form("textfield8") <> "") then Command1__A8 = request.form("textfield8")
if(request.form("textfield9") <> "") then Command1__A9 = request.form("textfield9")
if(request.form("textfield10") <> "") then Command1__A10 = request.form("textfield10")
%>
<%
set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_CONNECT_STRING
Command1.CommandText = "INSERT INTO custorm (username,useradd,phone,ID,IDTYPE,PID,PNAME,OUTTIME,OUTTYPE,MONEY) VALUES ('"&Command1__A1&"','"&Command1__A2&"','"&Command1__A3&"','"&Command1__A4&"','"&Command1__A5&"','"&Command1__A6&"','"&Command1__A7&"','"&Command1__A8&"','"&Command1__A9&"','"&Command1__A10&"')"
Command1.CommandType = 1
Command1.CommandTimeout = 0
Command1.Prepared = true
Command1.Execute()
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {color: #00FF00;
font-size: 24px;
}
.STYLE4 {font-family: "华文行楷";
font-size: smaller;
}
.STYLE4 {font-size: 36px;
color: #33CC66;
}
.STYLE5 {font-size: xx-large;
font-family: "华文行楷";
color: #00FF00;
}
.STYLE6 {font-family: "宋体";
font-size: small;
}
.STYLE7 {
font-size: 16px;
font-weight: bold;
}
body {
margin-left: 100px;
margin-right: 30px;
}
-->
</style>
</head>
<body>
<table width="802" height="561" border="1" bordercolor="#666666">
<tr>
<td width="787" height="90" bgcolor="#666666"><div align="center"><span class="STYLE1"><span class="STYLE5"><span class="STYLE4">欢迎进入管理主页</span></span><img src="photo/11.jpg" width="194" height="77" align="absmiddle" /></span> </div></td>
</tr>
<tr>
<td height="347" bgcolor="#999999"><p align="center" class="STYLE7"> </p>
<p align="center" class="STYLE7"> </p>
<p align="center" class="STYLE7"> </p>
<p align="center" class="STYLE7">服务已成功提交!感谢你的惠顾!</p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><a href="loginOK.asp">返回主页</a></p></td>
</tr>
<tr>
<td height="115" bgcolor="#999999"><p align="center">注意:本网页受版权保护,任何个人或集体未经允许私自拷贝都属于违法行为,我们将采取措施。</p>
<p align="center">@2007年12月28日</p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -