home
Seminat è
Informazioni generali
Settori merceologici
Modulistica espositori
Prenotazione gruppi
Hotel a piacenza
Modulo Informazioni
Come arrivare
Photogallery
LABORATORI
Informazioni generali
Modulo Informazioni
{ "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_Attenzione'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Societa').value) == '' ) { alert('Questo campo è obbligatorio: Societa\'\t\t\t\t\t\t \t\t\t\t\t\t\t '); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Attivita').value) == '' ) { alert('Questo campo è obbligatorio: Attivita\' Svolta'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Referente').value) == '' ) { alert('Questo campo è obbligatorio: Referente'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Indirizzo').value) == '' ) { alert('Questo campo è obbligatorio: Indirizzo'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Citta').value) == '' ) { alert('Questo campo è obbligatorio: Citta\'\t\t\t\t\t\t\t '); return false; } // Gestione controllo sui valori dei campi if( !CheckAlfabetico(document.getElementById('txt_Citta'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Provincia').value) == '' ) { alert('Questo campo è obbligatorio: Provincia\t\t\t\t\t\t\t '); return false; } // Gestione controllo sui valori dei campi if( !CheckAlfabetico(document.getElementById('txt_Provincia'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_CAP').value) == '' ) { alert('Questo campo è obbligatorio: CAP'); return false; } // Gestione controllo sui valori dei campi if( !CheckNumber(document.getElementById('txt_CAP'), false, true) ) { return false; } // Gestione controllo sui valori dei campi if( !CheckAlfabetico(document.getElementById('txt_Stato'), false, true) ) { return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Telefono').value) == '' ) { alert('Questo campo è obbligatorio: Telefono'); return false; } // Gestione controllo sui valori dei campi if( !CheckNumber(document.getElementById('txt_Telefono'), 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_E-mail').value) == '' ) { alert('Questo campo è obbligatorio: E-mail'); return false; } // Gestione controllo sui valori dei campi if( !checkEmail2(document.getElementById('txt_E-mail'), false, true) ) { alert('La sintassi dell\'indirizzo e-mail non e\' corretta!'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Interesse').value) == '' ) { alert('Questo campo è obbligatorio: Sono interessato in qualita\' di \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t '); return false; } // Per richiamare un oggetto memorizzato dal JSON usare nome_oggetto + "_save" js_contatti_24_6_24_save.invio_mail(); }, "invio_mail": function() { var strDati = ''; strDati = strDati + 'Attenzione: i campi contrassegnati con asterisco sono obbligatori\t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t
'; strDati = strDati + '
Societa\'\t\t\t\t\t\t \t\t\t\t\t\t\t
: ' + document.getElementById('txt_Societa').value + '
'; strDati = strDati + '
Attivita\' Svolta
: ' + document.getElementById('txt_Attivita').value + '
'; strDati = strDati + '
Referente
: ' + document.getElementById('txt_Referente').value + '
'; strDati = strDati + '
Qualifica
: ' + document.getElementById('txt_Qualifica').value + '
'; strDati = strDati + '
Indirizzo
: ' + document.getElementById('txt_Indirizzo').value + '
'; strDati = strDati + '
Citta\'\t\t\t\t\t\t\t
: ' + document.getElementById('txt_Citta').value + '
'; strDati = strDati + '
Provincia\t\t\t\t\t\t\t
: ' + document.getElementById('txt_Provincia').value + '
'; strDati = strDati + '
CAP
: ' + document.getElementById('txt_CAP').value + '
'; strDati = strDati + '
Stato\t\t\t\t\t\t\t \t\t\t\t\t\t\t
: ' + document.getElementById('txt_Stato').value + '
'; strDati = strDati + '
Telefono
: ' + document.getElementById('txt_Telefono').value + '
'; strDati = strDati + '
Fax\t\t\t\t\t\t\t
: ' + document.getElementById('txt_Fax').value + '
'; strDati = strDati + '
E-mail
: ' + document.getElementById('txt_E-mail').value + '
'; strDati = strDati + '
Domande e/o Commenti\t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t
: ' + document.getElementById('txt_Domande').value + '
'; strDati = strDati + '
Sono interessato in qualita\' di \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t
: ' + document.getElementById('txt_Interesse').value + '
'; strDati = strDati + 'inviatemi la documentazione per partecipare\t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t\t\t
'; document.getElementById('dati').value = strDati; if( document.getElementById('privacy').checked ) document.getElementById('frm_contatti').submit(); else alert('Bisogna accettare le clausole relative al trattamento dei dati personali.'); } }
MODULO PER RICEVERE INFORMAZIONI SULLA MANIFESTAZIONE
Attenzione: i campi contrassegnati con asterisco sono obbligatori
*Societa'
*Attivita' Svolta
*Referente
Qualifica
*Indirizzo
*Citta'
*Provincia
*CAP
Stato
*Telefono
Fax
*E-mail
Domande e/o Commenti
*Sono interessato in qualita' di
--------------
espositore
visitatore
inviatemi la documentazione per partecipare
Accetto le clausole relative al
trattamento dei dati personali.