?? fabu.asp
字號:
<%@codepage="65001"%>
<!--#include file="conn.asp"-->
<!--#include file="123.asp"-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>??</title>
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body>
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from ren",conn,1,3
rs.addnew
rs("bname")=LTRIM(TRIM(request("bname")))
rs("zname")=LTRIM(TRIM(request("zname")))
rs("city_id")=LTRIM(TRIM(request("city_id")))
rs("guanxi")=LTRIM(TRIM(request("guanxi")))
rs("bsex")=LTRIM(TRIM(request("bsex")))
rs("zsex")=LTRIM(TRIM(request("zsex")))
rs("talk")=LTRIM(TRIM(request("talk")))
rs("memory")=LTRIM(TRIM(request("memory")))
rs("email")=LTRIM(TRIM(request("email")))
rs("tel")=LTRIM(TRIM(request("tel")))
rs("postdate")=now()
rs.update
rs.close
set rs=nothing
%>
注冊成功
<a href='zhao.html'>返回</a>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -