Jump to content

what if user disabled javascipts ?


tangara888

Recommended Posts

I am at the stage to do the validation of my jsp form.

However, I want to make sure validation goes through in the event javascript is disabled.

I do not want to ask them to turn on the javascript in their browser.

Should I include a server side validation for cases where users turn off javascript?

I would like to find out with AJax which is javascript, it will not affect handphone user in terms of validation right?

 

Link to comment
Share on other sites

Yes, you should always have server-side validation and I would highly recommend having your form work properly without AJAX before adding AJAX functionality.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...