Parte de Trabajo

Click the button to get your coordinates.

Note: The geolocation property is not supported in IE8 and earlier versions.

 

var x = document.getElementById("demo"); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } else { x.innerHTML = "Geolocation is not supported by this browser."; } } function showPosition(position) { x.innerHTML = "Latitude: " + position.coords.latitude + "
Longitude: " + position.coords.longitude; }

Parte de Trabajo

Artículos Entregados

Realizar o Adjuntar foto de los artículos entregados.


Firmar aquí
Firmar aquí