Tagged Questions
1
vote
2answers
421 views
Detect user log on from a Windows Service
Is there for my .Net application to detect if a user has logged on? It is a Windows Service, so it will be running before logon.
What I want to do is display a "popup" when a user logs on to tell ...
0
votes
2answers
471 views
Display popup message when user login to site in J2EE(Filters)
I would like to show a popup message to the users when ever login to my site, only when login( later on it is not required).
we are using java/j2ee for my application, and authentication provided ...