Home
Centro congressi
Sale
Galleria
Servizi
Piacenza
precompila: 0
{ "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$'; // Per richiamare un oggetto memorizzato dal JSON usare nome_oggetto + "_save" js_formpdf_0_10_1178_save.invio_mail(); }, "selectIndex": function(name, obj) { document.getElementById('txt_' + name + '_index').value = obj.selectedIndex; }, "invio_mail": function() { var strDati = ''; document.getElementById('dati').value = strDati; if( confirm('I dati saranno usati per creare il biglietto per la fiera. Confermare l\'operazione?') ) { document.getElementById('frm_formpdf').submit(); } }, "check_reCaptcha": function() { grecaptcha.ready(function() { grecaptcha.execute('6Lfpdo8bAAAAALVYsurYcgYz6CdOG3ipPA4LM5Tv', {action: 'submit'}).then(function(token) { // Add your logic to submit to your backend server here. document.getElementById('g-recaptcha-response').value = token; loadJSON(document.getElementById('frm_formpdf').js_formpdf_0_10_1178).controllo(); }); }); } }