<% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Session.LCID = 1033 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("Database1_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "advertentie", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(7) Dim arFormDBFields0(7) Dim arFormValues0(7) arFormFields0(0) = "Titel" arFormDBFields0(0) = "titel" arFormValues0(0) = Request("Titel") arFormFields0(1) = "Telefoon" arFormDBFields0(1) = "Telefoon" arFormValues0(1) = Request("Telefoon") arFormFields0(2) = "omschrijving" arFormDBFields0(2) = "Omschrijving" arFormValues0(2) = Request("omschrijving") arFormFields0(3) = "email" arFormDBFields0(3) = "E-mail" arFormValues0(3) = Request("email") arFormFields0(4) = "prijs" arFormDBFields0(4) = "prijs" arFormValues0(4) = Request("prijs") arFormFields0(5) = "Plaats" arFormDBFields0(5) = "plaats" arFormValues0(5) = Request("Plaats") arFormFields0(6) = "naam" arFormDBFields0(6) = "naam" arFormValues0(6) = Request("naam") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close FP_FormConfirmation "text/html; charset=windows-1252",_ "Form Confirmation",_ "Thank you for submitting the following information:",_ "index.asp",_ "Return to the form." End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> lanzboy advertisements

 

Place your ad here

Thank You for visiting!

 

Naam:         

Email          

Plaats:         

Telefoon     

Titel:           

Omschrijving:

Prijs:            

 

 

 

 

<% fp_sQry="SELECT * FROM advertentie ORDER BY Datum DESC,Id DESC" fp_sDefault="" fp_sNoRecords="Geen records geretourneerd." fp_sDataConn="Database1" fp_iMaxRecords=256 fp_iCommandType=1 fp_iPageSize=8 fp_fTableFormat=False fp_fMenuFormat=False fp_sMenuChoice="" fp_sMenuValue="" fp_iDisplayCols=8 fp_fCustomQuery=False BOTID=1 fp_iRegion=BOTID %>
Datum: <%=FP_FieldVal(fp_rs,"Datum")%> naam: <%=FP_FieldVal(fp_rs,"naam")%>
E-mail: "><%=FP_FieldVal(fp_rs,"E-mail")%> Telefoon: <%=FP_FieldVal(fp_rs,"Telefoon")%>
plaats: <%=FP_FieldVal(fp_rs,"plaats")%> titel: <%=FP_FieldVal(fp_rs,"titel")%>
Omschrijving: <%=FP_FieldVal(fp_rs,"Omschrijving")%>
prijs: <%=FP_FieldVal(fp_rs,"prijs")%>    

 

Swafo Staff

 

Revised: November 26, 2000