' append the query string to the redirect URL Dim MM_editRedirectUrl MM_editRedirectUrl = "parties_SPaddlinks.asp?NewUserId=<%=(rs_contact.Fields.Item('UserId').Value)%>"
Select allOpen in new window
MM_editRedirectUrl = "parties_SPaddlinks.asp?NewUserId=" & (rs_contact.Fields.Item("UserId").Value) & relation =" & Request("relation")
MM_editRedirectUrl = "parties_SPaddlinks.asp?Ne
I tried to add another parameter but my syntax did not work:
Open in new window
Sorry I should have asked with two parameters so I could add more later on if needed.