Window tray for web application
ASP.NET
5
Posts
2
Posters
0
Views
1
Watching
-
how to create window tray for display alert message for web application .
-
how to create window tray for display alert message for web application .
-
If you mean a simple alert use the following javascript:
alert('This is a simple alert');
for example after pressing a button:A button
see also: http://www.w3schools.com/JS/js_popup.asp[^]Thanks for yr reply, But i want same as window tray in web application. like in messenger ,if any person will be online that at the end it will display that this person is online.
-
Thanks for yr reply, But i want same as window tray in web application. like in messenger ,if any person will be online that at the end it will display that this person is online.
-
thnks, it helps me lots