Well said, Jack. I just have one thing to add.
Quote:
Originally posted by Jack
Client-side scripting is done on the computer viewing the site.
|
Don't 100% rely on client-side scripting for important restrictions & data verification. It's nice to have it on the client side to catch any mistakes before the data is sent -- but make sure you check the data when it gets to the server as well. People can bypass any type of javascript & validation on their end.