I'd suggest the following:
... click <A HREF="finger://my.domain/myloginname">here</a>...
I'm not sure about the URL syntax for a finger query... you should check
the spec or the code or something.
But the finger application is already quite widely deployed. Let's not
get into the mindset that the HTTP server should solve all the world's
problems.
Hmm.... how does one specify that the data coming back from the finger
request is to be interpreted as HTML? With the DTD I wrote a long time
ago, it would be:
... click <A HREF="finger://my.domain/myloginname"
CONTENT-TYPE="text/html">here</a>...
But nobody else seemed to think that content-type was a good thing to
put in a link. I sure think it's useful.
Dan