A voir également:
- [ASP/dreamweaver]
- Logiciel asp - Télécharger - Gestion de données
- Asp net mvc - Télécharger - Divers Web & Internet
- Asp php - Forum PHP
- Telecharger dreamweaver ✓ - Forum Webmastering
- Ou telecharger gratuitement dreamweaver ? - Forum Logiciels
4 réponses
If (CStr(Request("MM_insert")) = "form1") Then
MM_editConnection = MM_conmedicalSIR_STRING
MM_editTable = "dbo.PATIENT"
MM_editRedirectUrl = "/affich_numpatient.asp"
' 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
MM_editConnection = MM_conmedicalSIR_STRING
MM_editTable = "dbo.PATIENT"
MM_editRedirectUrl = "/affich_numpatient.asp"
' 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