if any user disables the browser's scripting execution then how can I know?
Hi Everybody,
My jsp page contains all text fields and onsubmit I am validating all input fields of the form in javascript. these validations are most necessary for the page.
but if any user disables the script in browser' settings and submit the form then no validations in javascript will be worked and submitted to server, this causes a severe problem for me.
if anybody knows how to solve this problem please let me know,
thanks in advance.