<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% MM_editQuery = "SELECT * FROM quote_incluse" Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_sp_conn_STRING Recordset1.Source = MM_editQuery Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() %> 24° Congresso Nazionale SIM 2011 PALERMO

PERSONAL DETAILS


Name * Surname *
Born on gg/mm/aaaa Country of residence *
Street * Number *
Town * Zip code *
Telephone * Fax
E-mail * Specialized in *

REGISTRATION FEE, OTHER PAYMENTS AND INVOICING


If for some reason registration is free do NOT select any method of payment
Free**
Payment of the following fee in € *

Select type of fee (more than one choice possible, press Ctrl and select)

PAYMENT METHOD


Bank transfer**
Credit card**(after you have pressed the SEND button you will be connected to BancaSella)  

Heading of invoice
Street & number Town
P.Iva Cod. Fisc.
Notes


I authorize the treatment of my personal data in accordante with Law 675 on privacy. My data will not be shared with other subject than those who cooperate in providing the requested services


 

I campi contrassagnati da (*) sono obbligatori
Almeno uno dei campi contrassegnati da (**) è obbligatorio

<% Recordset1.Close() Set Recordset1 = Nothing %>