Hi,
My web server has authentication enabled. When I access my web server i get a pop-up from browser for username and password. After logged in, I want to retrieve the username from the browser using javascript. I am not using any kind of form to get the username/password. So, I am not setting any cookies also. Can we use DOM method to access the username? or any other way?
Regards, Anandan