Detecting Javascript as Part of Validation?
Like everyone else who develops forms, I worry about validation and
preventing users from entering malicious data. Javascript validation is so
much more immediate and neat, but of course there is the issue that
someone can just turn off Javascript.
What I've wondering, is it a legitimate option to disable forms for users
who have Javascript disabled? Does it work, or can malicious visitors get
around it anyway? Is it a bad idea for other reasons?
I've seen older discussions on this general topic:
How to detect if JavaScript is disabled?
How do I know if Javascript has been turned off inside browser?
What are the current methods and thinking on this?
No comments:
Post a Comment