Vibration-11: Difference between revisions
From Erbessd Instruments
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
a.click(); | a.click(); | ||
document.body.removeChild(a); | document.body.removeChild(a); | ||
} | |||
</script> | </script> | ||
Revision as of 18:35, 2 July 2025
Aquí puedes poner toda la información del sensor de vibracion V 11 Gen 3
<a href="#" onclick="downloadPhantom(); return false;">Descargar Datasheet</a>
<script> function downloadPhantom() {
const a = document.createElement('a');
a.href = 'https://static.erbessd-instruments.com/datasheets/phantom/phantom_g3_datasheet.pdf';
a.download = 'phantom_g3_datasheet.pdf'; // Puedes cambiar el nombre del archivo aquí
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
} </script>