A voir également:
- [ASP/dreamweaver]
- Logiciel asp - Télécharger - Gestion de données
- Asp .net download - Télécharger - Divers Web & Internet
- Dreamweaver 8 - Forum Logiciels
- Dreamweaver - Forum Gestion et lecture audio
- Asp/session - Forum Windows
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