The new Catalogue of hOLAnDA-2003

Original Latin American Design in Amsterdam; Order now!

This beautifully designed catalogue displays 70 pages of articles about Latin American Design, product descriptions, illustrated with sharp color pictures, often showing background about the product. The catalogue is printed on high quality paper, binded, designed in Venezuela by Anabella Georgi and LADF in Amsterdam and send to your address soon - if you fill in the order form and follow the payment instructions that you will receive by e-mail. Receive this unique book and order now! The price is € 23,- + mailing costs to your address.

Ordering the catalogue of hOLAnDA-2003 is simple:

1. You fill in this form. All fields are mandatory. Do it now!

2. Please use a clear home and email address. You will receive mail from us with status and instructions. Spell it right!

<% if request.form("Submit")<> "I submit my data to LADF now!" then %>
  Information about you (fill in all fields!)
First First Name (nombre, solo uno)
First Last Name (apellido paterno)
Second Last Name (apellido materno)

Email address

 

  Delivery Address for the Catalogue
Street number
Colonia
City
State
Postal Code
Country
Amount of catalogues I want to order
  I want to order the catalogue of hOLAnDA-2003!
 

Push the button ONCE. If you see a confirmation page after a few seconds, your pre-order was successful. We will contact you soon with payment instructions.

<% else strFirstname=Request.form("firstname") strLastname1=Request.form("lastname1") strLastname2=Request.form("lastname2") strEmail=Request.form("email") strEmailtype=Request.form("emailtype") strStreet=Request.form("street") strNumber=Request.form("number") strColonia=Request.form("colonia") strCity=Request.form("city") strState=Request.form("state") strPostalcode=Request.form("postalcode") strCountry=Request.form("country") strAmount=Request.form("amount") strDate=Date strTime=Time Set objConn = Server.CreateObject("ADODB.Connection") ConnectionString="DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("preordercath2003.mdb") objConn.Open ConnectionString sqlQuery = "SELECT * FROM preordercath2003" Set objRS = Server.CreateObject("ADODB.Recordset") objRS.Open sqlQuery, objConn, 1, 2 objRS.AddNew objRS("firstname")=strFirstname objRS("lastname1")=strLastname1 objRS("lastname2")=strLastname2 objRS("email")=strEmail objRS("emailtype")=strEmailtype objRS("street")=strStreet objRs("number")=strNumber objRS("colonia")=strColonia objRS("city")=strCity objRS("state")=strState objRS("postalcode")=strPostalcode objRS("country")=strCountry objRS("amount")=strAmount objRS("date")=strDate objRS("time")=strTime objRS.Update objRS.Close Set objRS = Nothing Dim objCDO Response.Write " " Response.Write "Thanks, your pre-order has now been received succesfully!

" Response.Write strFirstName & " " & strLastName1 & " " & strLastname2 & " we will let you know soon, around January 25, about the payment process.

" Response.Write "Come back to the site soon!" end if %>