// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }
Fill up this form to reach our stunning Streamed team and click on send message
HNM Enterprises, doing business as HNM Global Logistics, is a full-service freight forwarder offering comprehensive shipping and logistics solutions across the globe. From air and ocean freight to customs clearance and supply chain management, we ensure smooth and timely delivery of your cargo. Our team of logistics experts is committed to reliability, efficiency, and personalized service for businesses of all sizes. Whether you're importing or exporting, we’re here to move your freight with precision and care.
ADVERTISEMENT
ADVERTISEMENT









