I am working on a web application in which I need to show the notification to user. However, user should not be interrupted because of that like showing an alert kind of things. Can you please guide me how can i implement this thing which should work in all the browsers and also using javascript/HTML ? I have found some solutions as under: 1) Giving a control on every page (may be button), which will show the user all the events generated so far. 2) Putting an div on every page which will continuously update as and when events occurred
Please help...
thanks in advance...