The language attribute has been deprecated for years.
"Hiding" scripts is also a long outdated practice.<!-- 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.function a(txt) {
self.status = txt
}
It can be useless in any decent browser: changing the status bar through scripts can be disabled.But again, if Javascript is disabled, it's useless ...
Mike




Reply With Quote
Bookmarks