Thanks Doug G. I also found this code somewhere in the forum.
<%
istring = "Request.ServerVariables("REMOTE_USER")"
istring = Right(istring, Len(istring)-Instr(istring, "\"))
response.write istring
%>
My home server is down, so I will try it at work tomorrow.
Thanks,
Mo