Forum Moderators: open
It's widely agreed that some SE won't follow links using JS, so I use HTML from the index page to all sections of the site. But I do also use a JS dropdown navagation from those second level pages, in addition to HTML links. Also I rely heavily on optional JS pop-ups to add additional info relating to page subject matter.
And what would be the point of disabling browser JS anyway?
(edited by: keyplyr at 4:05 am (utc) on Jan. 29, 2002)
[w3schools.com...]
They may not be able to access the information. Also, if you use a lot of JS menus, be sure to also include text links for those people using keyboard navigation.
This makes your site more accessible to people with disabilities AND people using PDA's and other new technologies.
Personally, I love JavaScript, but I've learned to reign it in a little. As accessibility becomes a bigger and bigger issue, too much JS can get you into trouble with both clients and visitors.