% ' ' Filename: eb_clients.asp ' Generated with CodeCharge 2.0.5 ' ASP 2.0.ccp build 01/22/2002 ' '------------------------------- ' eb_clients CustomIncludes begin %> <% ' eb_clients CustomIncludes end '------------------------------- '=============================== ' Save Page and File Name available into variables '------------------------------- sFileName = "eb_clients.asp" '=============================== '=============================== ' eb_clients PageSecurity begin CheckSecurity(1) ' eb_clients PageSecurity end '=============================== '=============================== ' eb_clients Open Event start ' eb_clients Open Event end '=============================== '=============================== ' eb_clients OpenAnyPage Event start ' eb_clients OpenAnyPage Event end '=============================== '=============================== ' Save the name of the form and type of action into the variables '------------------------------- sAction = GetParam("FormAction") sForm = GetParam("FormName") '=============================== ' eb_clients 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 '------------------------------- %>
| <% MenuGeneral_Show %> |
| <% Search_Show %> |
| <% 'eb_clients1_Show %> |
| <% eb_clients_Show %> |
<%=sFormTitle%> |
|||||||
| FriendName | Name | Street | City | PostCode | Country | TelGeneral | TypeClient |
| No records | |||||||
| <%=fldFriendName%> | <%=ToHTML(fldName)%> | <%=ToHTML(fldStreet)%> | <%=ToHTML(fldCity)%> | <%=ToHTML(fldPostCode)%> | <%=ToHTML(fldCountry)%> | <%=ToHTML(fldTelGeneral)%> | <%=ToHTML(fldidTypeClient)%> |
| Insert <% '------------------------------- ' eb_clients Navigation begin '------------------------------- bEof = rs.eof if not(rs.EOF and iPage=1) then if iPage = 1 then %> Previous <% else %> Previous <% end if response.write " [ " & iPage & " ] " if bEof then %> Next <% else %> Next <% end if end if '------------------------------- ' eb_clients Navigation end '------------------------------- '------------------------------- ' Finish form processing '------------------------------- set rs = nothing %> | |||||||