David Cantrell david@cantrell.org.uk writes:
Incidentally, if you just type a distance into the box and hit enter it doesn't work, you need to click the Go link. That's because I didn't know how to create a form button that didn't just submit the form - it needs to do some Javascript magic first.
<form onsubmit="latlongform()"> and drop the .submit() call from your latlongform function.