Home
The Show
To Exhibit
Forms
Rendering Stand 4x4
Planimetries
Exhibitors' area
Notice
Pass Preparator
Visit
Exhibitors A/Z
Planimetries
Preregistration
How to Get Here
Where to Sleep
General Info
Conferences
Press Area
Press Releases
News from the Companies
Media Partners
Logos and Banners
Piacenza
Contacts
{ "controllo": function() { var arr_est = new Array(); arr_est[0] = '.jpg$'; arr_est[1] = '.jpeg$'; arr_est[2] = '.gif$'; arr_est[3] = '.tif$'; arr_est[4] = '.tiff$'; arr_est[5] = '.xls$'; arr_est[6] = '.xlsx$'; arr_est[7] = '.doc$'; arr_est[8] = '.docx$'; arr_est[9] = '.pdf$'; arr_est[10] = '.png$'; // Gestione controllo sui valori dei campi if( !CheckAlfabetico(document.getElementById('txt_Caution'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Society').value) == '' ) { alert('This field is required: Society'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Activities').value) == '' ) { alert('This field is required: Activities'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Contact').value) == '' ) { alert('This field is required: Contact'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Address').value) == '' ) { alert('This field is required: Address'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_City').value) == '' ) { alert('This field is required: Town'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Province').value) == '' ) { alert('This field is required: Province'); return false; } // Gestione controllo sui valori dei campi if( !CheckAlfabetico(document.getElementById('txt_Province'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_PostalCode').value) == '' ) { alert('This field is required: Postal Code'); return false; } // Gestione controllo sui valori dei campi if( !CheckNumber(document.getElementById('txt_PostalCode'), false, true) ) { return false; } // Gestione controllo sui valori dei campi if( !CheckAlfabetico(document.getElementById('txt_State'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Telephone').value) == '' ) { alert('This field is required: Telephone'); return false; } // Gestione controllo sui valori dei campi if( !CheckNumber(document.getElementById('txt_Telephone'), false, true) ) { return false; } // Gestione controllo sui valori dei campi if( !CheckNumber(document.getElementById('txt_Fax'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_email').value) == '' ) { alert('This field is required: E-mail'); return false; } // Gestione controllo sui valori dei campi if( !checkEmail2(document.getElementById('txt_email'), false, true) ) { alert('La sintassi dell\'indirizzo e-mail non e\' corretta!'); return false; } // Per richiamare un oggetto memorizzato dal JSON usare nome_oggetto + "_save" js_contatti_121_6_56_save.invio_mail(); }, "invio_mail": function() { var strDati = ''; strDati = strDati + 'Warning: fields marked with asterisk are mandatory
'; strDati = strDati + '
Society
: ' + document.getElementById('txt_Society').value + '
'; strDati = strDati + '
Activities
: ' + document.getElementById('txt_Activities').value + '
'; strDati = strDati + '
Contact
: ' + document.getElementById('txt_Contact').value + '
'; strDati = strDati + '
Qualifications
: ' + document.getElementById('txt_Qualifications').value + '
'; strDati = strDati + '
Address
: ' + document.getElementById('txt_Address').value + '
'; strDati = strDati + '
Town
: ' + document.getElementById('txt_City').value + '
'; strDati = strDati + '
Province
: ' + document.getElementById('txt_Province').value + '
'; strDati = strDati + '
Postal Code
: ' + document.getElementById('txt_PostalCode').value + '
'; strDati = strDati + '
State
: ' + document.getElementById('txt_State').value + '
'; strDati = strDati + '
Telephone
: ' + document.getElementById('txt_Telephone').value + '
'; strDati = strDati + '
Fax
: ' + document.getElementById('txt_Fax').value + '
'; strDati = strDati + '
E-mail
: ' + document.getElementById('txt_email').value + '
'; strDati = strDati + '
Questions or Comments
: ' + document.getElementById('txt_Questions').value + '
'; document.getElementById('dati').value = strDati; if( document.getElementById('privacy').checked ) document.getElementById('frm_contatti').submit(); else alert('Must accept the terms governing the processing of personal data.'); } }
Form for Receiving Event Information
Warning: fields marked with asterisk are mandatory
*Society
*Activities
*Contact
Qualifications
*Address
*Town
*Province
*Postal Code
State
*Telephone
Fax
*E-mail
Questions or Comments
I accept the clauses relating to
processing of personal data.