Contattaci

Invia la tua richiesta

 


 

Please make sure your contact information is correct. Your message will be sent directly to the recipient(s) and will not be publicly displayed. We will never distribute or sell your personal information to third parties without your express permission.

var verify = falso; var verifyCallback = function(response) { verifica=vero; }; var onloadCallback = function() { grecaptcha.render('html_element', { 'sitekey' : '6LfXfbAUAAAAAJotbj2GLsgoQzPyCYygoTgwNr6q', 'callback' : verifyCallback, }); }; $(documento).pronto(funzione() { $('#submit_btn').click(function(){ se(verifica){ $('#InquiryForm').submit(); } altro{ restituisce false; } }); }); 获取GEOIP信息 var YOUR_KEY = "4f21d3e89231c93599ff1f8b7a82a008d03beed6ce46978d8e2816f13ad7e5c1"; var theURL = "//api.ipinfodb.com/v3/ip-city/?key=" + YOUR_KEY + "&format=json&callback=?"; $.ajax({ tipo: "POST", url: l'URL, contentType: "applicazione/json; charset=utf-8", dataType: "json", metodo: «GET», success: function (dati) { $("#country").val(data.countryCode); $("#ipAddress").val(data.ipAddress); $("#countryName").val(data.nomepaese); $("#countryCode").val(data.countryCode); $("#regionName").val(data.nomeregione); $("#cityName").val(data.nomecittà); $("#zipCode").val(data.zipCode); $("#latitude").val(dati.latitudine); $("#longitude").val(dati.longitudine); $("#timeZone").val(data.timeZone); } }); $(".fancybox").fancybox();