// 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); } }); }); } }
Bilawal Bhutto Zardari. / Courtesy of Lalit K Jha
Bilawal Bhutto Zardari, the former Foreign Minister of Pakistan, sought a comprehensive dialogue with India on June 3, without committing that his country would take anti-terrorist actions as demanded by India for such a dialogue to take place.
Zardari, who is the Chairman of the Pakistan People’s Party, in fact went on a spree of statements against India and Prime Minister Narendra Modi and reiterated the Pakistani position of a third-party, American intervention to help de-escalate tensions between the two nuclear-armed neighbours.
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login