123456789101112131415161718 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Geolocation demo step 2</title>
- </head>
- <body>
- <h1>Step 2: request current location</h1>
- <p>Since we can check the Geolocation API from <a href="geo1.html">step 1</a>,
- let us go one step further and use it to obtain geolocation information.</p>
- <p><a href="../geo3">Next</a></p>
- <div id="geo"></div>
- </body>
- <script src="geo2.js"></script>
- </html>
|