Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Should I use Java Script / If yes, what version


kaled - 9:54 pm on Feb 2, 2005 (gmt 0)


A point of principle to bear in mind :-

Javascript should be used to enhance page functionality. You should try to avoid it for essentials because some users switch it off.

You can use the <noscript></noscript> tag to wrap html code that should only be applied if js is absent/disabled. However, you should be aware that whilst browsers are happy for <noscript> tags to appear in the <head> w3c validation will generate an error.

Kaled.


Thread source:: http://www.webmasterworld.com/javascript/3119.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com