For a project I'm working on, the user needs to enter a direction, like "north" (ie N), NE and so forth. It'd be nice to have a little compass on the webpage that the user could click on various points on the compass and it would represent the appropriate direction.
Is there some existing javascript html snippet that does this?