Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • "You can't trust client side validations anyway" @Thorsten, can you point to some reasoning for taking this position? I'm seriously curious, being relatively inexperienced; not being sarcastic here. Commented Aug 16, 2011 at 17:05
  • @StevenV: In general, don't trust anything that comes from a browser. Your website and JavaScript are readable for the user. He can change the JavaScript to begin with. If you submit a form, the data entered becomes part of the URL and can be changed easy enough. Commented Aug 16, 2011 at 17:23