% ' ' Filename: ClientsGarantie.asp ' Generated with CodeCharge 2.0.5 ' ASP 2.0.ccp build 01/22/2002 ' '------------------------------- ' ClientsGarantie CustomIncludes begin %> <% ' ClientsGarantie CustomIncludes end '------------------------------- '=============================== ' Save Page and File Name available into variables '------------------------------- sFileName = "ClientsGarantie.asp" '=============================== '=============================== ' ClientsGarantie PageSecurity begin CheckSecurity(1) ' ClientsGarantie PageSecurity end '=============================== '=============================== ' ClientsGarantie Open Event start ' ClientsGarantie Open Event end '=============================== '=============================== ' ClientsGarantie OpenAnyPage Event start ' ClientsGarantie OpenAnyPage Event end '=============================== '=============================== ' Save the name of the form and type of action into the variables '------------------------------- sAction = GetParam("FormAction") sForm = GetParam("FormName") '=============================== ' ClientsGarantie Show begin '=============================== ' Page execution '------------------------------- 'Initialize error variables '------------------------------- seb_clients1Err = "" '------------------------------- ' Select the FormAction '------------------------------- Select Case sForm Case "eb_clients1" eb_clients1Action(sAction) end select '=============================== '=============================== ' HTML Page layout '------------------------------- %>
| <% EBMenu_Show %> |
| <% Search_Show %> |
| <% eb_clients_Show %> | <% eb_clients1_Show %> |
| <%=sFormTitle%> | |
| FriendName | idGarantie |
| Aucuns enregistrements | |
| <%=fldFriendName%> | <%=ToHTML(fldidGarantie)%> |
| <% end if '------------------------------- ' eb_clients Navigation begin '------------------------------- bEof = rs.eof if not(rs.EOF and iPage=1) then if iPage = 1 then %> Précédent <% else %> Précédent <% end if response.write " [ " & iPage & " ] " if bEof then %> Ensuite <% else %> Ensuite <% end if else %> | |