"") Then
MM_editConnection = MM_@@cname@@_STRING
MM_editTable = "@@table@@"
MM_editColumn = "@@col@@"
MM_recordId = "@@colQuote@@" + Request.Form("MM_recordId") + "@@colQuote@@"
MM_editRedirectUrl = "@@redirect__url@@"
' 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
%>
]]>