Status bar abuse. Back when web browsers (and most other applications) had a status bar across the bottom of the window, there was a JavaScript API that could manipulate the text displayed there. A common trick was to "scroll" a message in the status bar by constantly updating it with all the letters shifted to the left by one.
No comments yet.