// 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); } }); }); } }
प्लंबिंग इंडस्ट्री में काम करने का रोहन अदवालपालकर का लंबा अनुभव रहा है। लेखांकन, वित्तीय नियोजन के क्षेत्र में उन्होंने करीब दो दशक तक काम किया है। पिछले चार वर्षों से वे कंपनी ओटे (Oatey) में वित्तीय नियोजन एवं विश्लेषण के निदेशक पद पर कार्यरत थे। अब उन्हें ओटे ने फाइनेंशियल स्ट्रेटजी एंड रिस्क विभाग के उपाध्यक्ष पद पर प्रमोट किया है।
एडवालपालकर की ओटे के साथ शुरुआत वित्तीय नियोजन एवं विश्लेषण के निदेशक के रूप पद के साथ हुई। ओटे में अपने अनुभव के बारे में बात करते हुए, एडवालपालकर ने कहा, "ओटे में मेरा समय पेशेवर और व्यक्तिगत दोनों रूप से अविश्वसनीय रूप से संतोषजनक रहा है...मैं आगे के अवसरों से उत्साहित हूं और अपने रणनीतिक लक्ष्यों को आगे बढ़ाने और साझा सफलता प्राप्त करने के लिए संगठन में सहयोग करना जारी रखने के लिए तत्पर हूं।"
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login