To view parent comment, click here.
To read all comments associated with this story, please click here.
"""
Javascript is not a secure and reliable solution for form validation.
"""
Duh? Of course not. That's not what I'm talking about and you know it. But just to clarify so that I don't get more words put into my mouth, I'm not talking about fancy effects, fade ins, glows, beam ins and beam outs, or any of that silliness either. Nor am I talking about abuses of javascript by advertisers. (Though I find that adblock handles all that admiriably without throwing the baby out with the bathwater as turning off javascript does.)
What I *am* talking about is actual functionality. I am talking about web *apps* as opposed to web pages, as I mentioned in my original post.
By all means, code within the local laws, though. Even the poor ones that miss the mark.
But outside of the letter of the law, I really can't see banning web applications simply because assistive technologies need a kick in the pants.
Edited 2007-07-07 01:33




Member since:
2005-11-10
Javascript is not a secure and reliable solution for form validation. Validation has to be done server side as well before going into the DB. Therefore accepting a form only by javascript is dumb, when you can fall back to the action attribute on the Form to submit the same data through post and validate with the same code.
It is not increasing the complexity of everything by two, that's a total over exaggeration. I manage absolutely fine with a well written validation class that can accept both methods equally.
And people still don't understand. 99% of people may have Javascript on, but those disabled people who don't - have to have access by law. Can I say that again, as this is the third time someone has failed to realise that. It's the law. Not supporting graceful degrading (something that's been possible since 1996), is not worth £20'000 to me, comprende?
Edited 2007-07-07 01:18