浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TencentTraveler )
网页:
POST 347 ??? /cl_addnew_txjl.asp
POST Data:
txjl_name=%D1%EE%D3%C2&txjl_xb=%C4%D0&txjl_ln=17&txjl_xl=%D6%D0%D7%A8&txjl_zy=%D1%A7%C9%FA&txjl_ywgx=%CD%AC%D1%A7&txjl_sj=13637458994&txjl_dh=6745325&txjl_qq=382048117&txjl_oicq=33335345&txjl_eamil=hn . . .
原程序是这样:<title>处理addnew_txjl.asp</title>
<%
if request.form("txjl_name")<>"" and request.form("txjl_xb")<>"" and request.form("txjl_xl")<>"" and request.form("txjl_zy")<>"" and request.form("txjl_ywgx")<>"" and request.form("txjl_sj")<>"" and request.form("txjl_dh")<>"" and request.form("txjl_qq")<>"" and request.form("txjl_oicq")<>"" and request.form("txjl_eamil")<>"" and request.form("txjl_qxdz")<>"" and request.form("txjl_grzy")<>"" then
%>
<!--#include file="link_database.asp"-->
<%set addnewrs=server.createobject("ADODB.Recordset")%>
<%
addnewsql="select * from txjlbiao "
addnewrs.open addnewsql,dchconn,1,3