Thanks for the idea, but this is client-side scripting, not server-side, that I'm doing.
-reed Date: Sun, 13 Jan 2002 23:34:35 -0500 From: "David Brown" <[EMAIL PROTECTED]> Subject: RE: VBscript problem getting user information Message-ID: <000001c19cb4$c4ece3b0$[EMAIL PROTECTED]> I think in ASP it is: <%=System.login%> That should output something like domain\username then you can use instr(system.login,"\") to get domain name. But its been a while since I did that. I could be wrong FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

