Questions tagged [inspect-element]

138 questions
-2
votes
2 answers

Edit javascript code to enable right-click and copy paste in web page

How can I edit this piece of code so that the right- click and the context-menu that have been disabled are re-enabled? I have no knowledge of javascript or any other back-end language. This code is from my university's javaelab website in which…
Akshit
  • 7
  • 2
  • 3
-2
votes
3 answers

Hiding my admin login information HTML

I'm pretty new to HTML, like 1 week new. I am making a web store and I want to be able to login into an "admin panel" to make it easier for me to manage my products. Add new, remove, rename etc. My problem is, I have my login information stored in…
NoobxCamper
  • 33
  • 1
  • 2
  • 14
-2
votes
2 answers

dynamic $ _ POST validation issue with inspect element

I am validating all the $_POST fields dynamically. The issue is that visitors can change the name attribute to anything else using Inspect Element and submit the form and the validation will not happen. Like, if the client changes the name attribute…
Manu
  • 81
  • 9
1 2 3
9
10