Quote:
Originally Posted by mwheelan
well in my case the noscript will not be very useful because the javascript is displaying user comments.
|
<noscript> is actually a very useful mechanism. It sounds to me like the script you're using to display your comments is the part that isn't useful
Get something that handles this function at the server level instead of the client level. JavaScript should
never be used as the vehicle to display page content - it should be restricted to behavioral/functional
enhancements only!