Home
Presentazione
Programma
Variazioni
Cos'altro c'è a Piacenza... e dintorni
Luoghi del Festival
Press/Stampa
Sala Stampa
Accrediti
Comunicati
Rassegna stampa
Audio Video Immagini
Vieni a Piacenza
Edizioni precedenti
Info e contatti
Press/Stampa
Accrediti
{ "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 sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Nome').value) == '' ) { alert('Questo campo è obbligatorio: Nome'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Cognome').value) == '' ) { alert('Questo campo è obbligatorio: Cognome'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Testata').value) == '' ) { alert('Questo campo è obbligatorio: Testata'); return false; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_email').value) == '' ) { alert('Questo campo è obbligatorio: 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; } // Gestione controllo sull'obbligatorieta' dei campi if( trim(document.getElementById('txt_Cellulare').value) == '' ) { alert('Questo campo è obbligatorio: Telefono / Cellulare'); return false; } // Per richiamare un oggetto memorizzato dal JSON usare nome_oggetto + "_save" js_contatti_116_6_1225_save.invio_mail(); }, "invio_mail": function() { var strDati = ''; strDati = strDati + '
Nome
: ' + document.getElementById('txt_Nome').value + '
'; strDati = strDati + '
Cognome
: ' + document.getElementById('txt_Cognome').value + '
'; strDati = strDati + '
Testata
: ' + document.getElementById('txt_Testata').value + '
'; strDati = strDati + '
E-mail
: ' + document.getElementById('txt_email').value + '
'; strDati = strDati + '
Telefono / Cellulare
: ' + document.getElementById('txt_Cellulare').value + '
'; 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.'); } }
Per ottenere l'accredito stampa per il Festival, compilare i seguenti campi (tutti obbligatori).
*Nome
*Cognome
*Testata
*E-mail
*Telefono / Cellulare
Accetto le clausole relative al
trattamento dei dati personali.