// 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

न्यूयॉर्क में मनेगा असम टी का 200वां जश्न

यह खास अवसर असम चाय के 200 वर्षों के गौरवशाली सफर को समर्पित है।

असम टी का 200वां जश्न /

भारत की समृद्ध चाय संस्कृति और विरासत को वैश्विक मंच पर प्रस्तुत करने के लिए भारत के वाणिज्य दूतावास, न्यूयॉर्क द्वारा "इंडिया पवेलियन" का भव्य उद्घाटन किया जा रहा है। यह कार्यक्रम 29 जून 2025, रविवार को सुबह 10 बजे न्यूयॉर्क के प्रतिष्ठित जैकब जैविट्स सेंटर में आयोजित होगा।

यह खास अवसर असम चाय के 200 वर्षों के गौरवशाली सफर को समर्पित है, जो भारत की सांस्कृतिक पहचान और अंतरराष्ट्रीय व्यापार का अभिन्न हिस्सा रही है।

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related