Page is a not externally linkable
kaled - 9:54 pm on Feb 2, 2005 (gmt 0)
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.
A point of principle to bear in mind :-