% set rs=Server.CreateObject("adodb.recordset") if Request.form("action")="add" then rs.open "select * from orderform",conn,1,3 rs.addnew rs("product")=Request.form("product") rs("Number")=Request.form("Number") rs("name")=Request.form("name") rs("phone")=Request.form("phone") rs("company")=Request.form("company") rs("mail")=Request.form("mail") rs("address")=Request.form("address") rs("content")=Request.form("content") rs.update allclose response.write "" else %>
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||