
Linking to Random Point tool
You can create a link on your web page that points to the Random Point Generator page by copying the line below:
<a href="http://www.geomidpoint.com/random/">Random Point Generator</a>
which will appear as:
Random Point Generator
Then you can paste the line into your HTML document between the <body> and </body> tags as in the example below.
<body>
<a href="http://www.geomidpoint.com/random/">Random Point Generator</a>
</body>