<ASP>有没有人能帮我看下这段代码,帮我解释一下啊!我是新手啊!看不懂!

<%'***InsertRecord:setvariablesIf(CStr(Request("MM_insert"))="form1")ThenMM_editConne... <%
' *** Insert Record: set variables

If (CStr(Request("MM_insert")) = "form1") Then

MM_editConnection = MM_connMamber_STRING
MM_editTable = "Customers"
MM_editRedirectUrl = "Complete"
MM_fieldsStr = "txtID|value|txtName|value|txtPWS|value|radiobutton|value|txtBirthday|value|txtE-MAIL|value|txtPhone|value|txtFax|value|txtCity|value|txtAddress|value"
MM_columnsStr = "CustomerID|none,none,NULL|CustomerName|',none,''|PSW|',none,''|Sex|',none,''|Brithday|',none,NULL|E-MAIL|',none,''|Phone|none,none,NULL|Fax|none,none,NULL|City|',none,''|Address|',none,''"

' create the MM_fields and MM_columns arrays
MM_fields = Split(MM_fieldsStr, "|")
MM_columns = Split(MM_columnsStr, "|")

' set the form values
For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2
MM_fields(MM_i+1) = CStr(Request.Form(MM_fields(MM_i)))
Next

' append the query string to the redirect URL
If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then
If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then
MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
Else
MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString
End If
End If

End If
%>
展开
 我来答
blacklong
2006-06-07 · TA获得超过1501个赞
知道大有可为答主
回答量:2745
采纳率:0%
帮助的人:1256万
展开全部
用了DW,就别管代码具体什么意思了。哈哈哈

就是把表单的项目对应保存起来,后面好用。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式