// 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); } }); }); } }
The British Sikh Association is a UK based organisation. / X
The British Sikh Association has urged Sikhs in Canada to refrain from anti-India rhetoric, warning that such actions could harm the community’s image globally and affect fellow Sikhs in India. The appeal comes as relations between India and Canada appear to be entering a phase of cautious recovery.
“Please don't engage in anti-India rhetoric because of Canadian citizenship,” the UK-based organisation posted on X. “Please think how your activities affect fellow Sikhs in India. Our Gurus paid supreme sacrifices to earn the respect we enjoy today. Please don’t damage it.”
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login