%
' FP_ASP Frontpage 元件自動產生 ASP。請勿編輯。
On Error Resume Next
strErrorUrl = ""
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "0" Then
Err.Clear
Set fp_conn = Server.CreateObject("ADODB.Connection")
FP_DumpError strErrorUrl, "無法建立連線"
Set fp_rs = Server.CreateObject("ADODB.Recordset")
FP_DumpError strErrorUrl, "無法建立記錄項"
fp_conn.Open Application("_ConnectionString")
FP_DumpError strErrorUrl, "無法開啟資料庫"
fp_rs.Open "", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable
FP_DumpError strErrorUrl, "無法開啟記錄項"
fp_rs.AddNew
FP_DumpError strErrorUrl, "無法新增新的記錄項到資料庫"
Dim arFormFields0(0)
Dim arFormDBFields0(0)
FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0
fp_rs.Update
FP_DumpError strErrorUrl, "無法更新資料庫"
fp_rs.Close
fp_conn.Close
FP_FormConfirmation "text/html; charset=big5",_
"表單確認",_
"感謝您提交下列資訊:",_
"main.htm",_
"回到表單"
End If
End If
%>
Gaogo(International) Co.,Ltd
GAOGO (INTERNATIONAL) COMPANY LIMITED