HTML & JavaScript Geo Location test: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
* [https://www.mediawiki.org/wiki/Adding_JavaScript_to_Wiki_Pages Adding JavaScript to Wiki Pages] at mediawiki.org | * [https://www.mediawiki.org/wiki/Adding_JavaScript_to_Wiki_Pages Adding JavaScript to Wiki Pages] at mediawiki.org | ||
* [https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API Geolocation API] at developer.mozilla.org | * [https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API Geolocation API] at developer.mozilla.org | ||
_____________________ | |||
<html> | <html> | ||
<p>Click the button to get your coordinates.</p> | <p>Click the button to get your coordinates.</p> | ||
Line 8: | Line 9: | ||
<p id="ShowLatLonHere"></p> | <p id="ShowLatLonHere"></p> | ||
</html> | </html> |
Revision as of 15:49, 4 August 2022
Inspiration:
- Adding JavaScript to Wiki Pages at mediawiki.org
- Geolocation API at developer.mozilla.org
_____________________
Click the button to get your coordinates.