Stopping user to change values in html source before submitting form

烂漫一生 提交于 2019-12-02 04:20:27

There is nothing stopping a user from changing values in browser by using firebug/inspect element/ what ever..

What we can do is checking our values on server side and prompting user if they mismatch.

Shouting again ..

Never trust/depend on client....

You can disable right click and the F12 button to prevent the issue. Follow the below links.

1.) Disable right click 2.) Disable F12 button

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!