Serie di webinar sulle soluzioni per il monitoraggio delle condizioni

SOLUZIONI PER
MONITORAGGIO REMOTO DELLE VIBRAZIONI

Presentatore: Vic Viola, Direttore del settore industriale

3 giugno 2021
ORE 11:00

SOLUZIONI PER
IL MONITORAGGIO DELL'ENERGIA IDROELETTRICA

Presentatore: Dave Martin, Responsabile sviluppo commerciale industriale

10 giugno 2021
ORE 11:00

element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } }