show/hide this revision's text 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.

document.title = "[user] hello world";
show/hide this revision's text 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.