[Solved] Enable and disable browser JavaScript option by using JavaScript


What you should do is detect that javascript is disabled and degrade your application to do validation in server side instead of client side.

4

solved Enable and disable browser JavaScript option by using JavaScript