% ' Déclaration Dim RqValidation, RqReferer Dim strHTMLTable, strSQL, strFields, strValues, strErreur, strLienFichier ' Initialisation strSQL = "" strFields = "" strValues = "" strErreur = "" RqValidation = Request.Form("validation") ' Page pour le bouton retour RqReferer = Request.Form("Referer") If RqReferer = "" Then RqReferer = Request.ServerVariables("HTTP_REFERER") End If ' Validation If RqValidation = 1 Then ' Vérification des champs obligatoires For each it in Request.Form If Left(it,1) = "@" then For i = 0 To Ubound(arrForm) If arrForm(i)(2) = it And Instr(strMust, arrForm(i)(0)) > 0 Then If Trim(Request.Form(it)) = "" Then strErreur = strErreur & "
Thank you for your interest.
Feel free to contact us for further informations.
Please fill in this form to get the requested document.
<% End If %> <% '============================= 'FIM CONTENU PAGE '============================= %>