status bar text
status bar text
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- mitsu0
you could prolly do something like this (haven't tested it):
function cheese()
{
window.status="i like cheese";
}document.onmousemove=cheese;
you could prolly do something like this (haven't tested it):
function cheese()
{
window.status="i like cheese";
}
document.onmousemove=cheese;