|
|
 |
<%
if request.querystring("action")="add" then
set rs=server.createobject("adodb.recordset")
sql="select top 1 * from user"
rs.open sql,conn,1,3
rs.addnew
rs("fullName")=trim(request.form("fullname"))
rs("company")=trim(request.form("company"))
rs("address")=trim(request.form("address"))
rs("city")=trim(request.form("city"))
rs("state")=trim(request.form("state"))
rs("zip")=trim(request.form("zip"))
rs("phone")=trim(request.form("phone"))
rs("email")=trim(request.form("email"))
rs("comments")=trim(request.form("comments"))
rs("publishTime")=Now()
rs.update
rs.close
set rs=nothing
call CloseConn()
response.Write("")
end if
%>
Please complete the form below, and a representative will be in touch with you shortly.
Please provide complete and accurate information.
| You will be contacting:
Sales Department
Business Hours:
Mon. - Fri.
8:30am - 4:30pm
|
|
|
| Factory Address£º |
| Address£º2/F, 24th Building, A, No.8, Songjin Road,
Songjiang District, Shanghai, 201600, China. |
| Tel£º0086-21-67830941¡¡¡¡¡¡¡¡¡¡Fax£º0086-21-57837137 |
|
|
|
|
|