<% strHost = "localhost" If Request("Send") <> "" Then Set Mail = Server.CreateObject("Persits.MailSender") ' enter valid SMTP host Mail.Host = strHost Mail.From = Request("From") ' From address Mail.FromName = Request("FromName") ' optional Mail.AddAddress Request("To") ' message subject Mail.Subject = Request("Subject") ' message body ' LEGGO LE VARIABILI DELLA FORM Cognome = Request("cognome") Nome = Request("nome") Via = Request("via") CAP = Request("cap") Citta = Request("citta") nazione = Request("nazione") Telefono = Request("telefono") Fax = Request("Fax") Messaggio = Request("Messaggio") Corpo = messaggio & chr(13) & chr(10) & chr(13) & chr(10) & "Via: " & via & chr(13) & chr(10) & "CAP: " & cap & chr(13) & chr(10) & "Città: " & citta & chr(13) & chr(10) & "Nazione: " & nazione & chr(13) & chr(10) & "Telefono: " & telefono & chr(13) & chr(10) & "Fax: " & fax Mail.Body = corpo cono = cognome & " " & nome Mail.FromName = cono strErr = "" bSuccess = False On Error Resume Next ' catch errors Mail.Send ' send message If Err <> 0 Then ' error occurred strErr = Err.Description else bSuccess = True End If End If %> Z ò e --- The Curious'spot

E-mail: zoe@zoe.it

Do you want some information on a painting technique?
Don’t you know what lacks to a certain corner of your house?
Have you you got lichen mould problems?
Do you want to know how you can better the look of your room?

PAINTING ON WALLPAPER

Make sure that your wallpaper is in a good condition, without tears, or fat spots. It should not have been treated with anti-condensation products. To check if it absorbs the painting you should make a trial in an edge, if the paper colour absorption is good and if the colour does not slip away, you can go on with the work.

Prepare the paper, well removing the dust. If you have to paint using oil-based insulating paints, put a glue layer before the colour. If you use water-paints you can start giving the first coat, dilute the colour in ¼ water.

<% If strErr <> "" Then %>

Error occurred: <% = strErr %>

<% End If %> <% If bSuccess Then %>

Messaggio inviato correttamente,
Grazie per averci Contattato

<% End If %>

 

I’d like to know

First name:

Surname:

Street:

Postcode:

Town:

Country:

I’d like to be contacted by:
Telephone:

Fax:

E-mail: