Deborah Cadranel scribeva in 2005-08-23 15:17: > how to retrieve the windows user name via js Many will tell you that it can't be done due to obvious security reasons, but actually there is one way: var winUserName = prompt('please give me you windows user name'); ;-) .k