The language attribute has been deprecated for years.
"Hiding" scripts is also a long outdated practice.Quote:
<!-- Hide the script from old browsers --
The status bar is not a toy. There should never be any reason for an author to change its content.Quote:
function a(txt) {
self.status = txt
}
It can be useless in any decent browser: changing the status bar through scripts can be disabled.Quote:
But again, if Javascript is disabled, it's useless ...
Mike

