> How can I find  whos login my system.  I am using windows operating
system.

I was about to say...
"Have a look at the Java API java.lang.System.getProperty(user.name)", but
this will return the username of the person logged in at your JSP server. I
don't think JavaScript will do it for you either as it will only get you the
host-name, I think you'll need to use
"java.lang.System.getProperty(user.name) in an applet. Unless it's possible
with VBScript.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to