View Single Post
Old Mar 11th, 2006, 7:49 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
If JS is disabled, you'll be doing no client side validation. Even if you validate client-side, you should also re-validate server side. User communication for corrective action, is a matter of request/response, which is less desirable than on-client interaction, but there you have it. If JS is disabled, it's disabled. You either deal with it or toss the customer.

Investigate the <noscript> tag, meta tags, and redirection, for your other question.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote