you could change the title of the web page with each new message to alert the user. I did this for a browser chat client and most users thought it worked well enough.
document.title = "[user] hello world";
|
2 | added 65 characters in body | ||
|
you could change the title of the web page with each new message to alert the user. I did this for a browser chat client and most users thought it worked well enough.
|
||||
|
1 |
|
||
|
you could change the title of the web page with each new message to alert the user. I did this for a browser chat client and most users thought it worked well enough. |
||||