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