// 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); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

Best chance for bilateral trade agreement between India-US: USIBC on Trump tariffs

Trump's new policy imposes a 26 percent tariff on Indian imports, in response to what he claims are India's 52 percent tariffs on American goods.

USIBC president Atul Keshap. / Lalit K Jha

President Donald Trump's announcement to levy reciprocal tariffs on about 60 countries offers India and the United States the best opportunity to try concluding a meaningful bilateral trade agreement, the head of the US-India Business Council said on Apr.2.

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related

ADVERTISEMENT

 

 

 

ADVERTISEMENT

 

 

E Paper

 

 

 

Video