how to disable source option at view menu in browser like
internet explorer...mozilla...etc..pls help me...
Answers were Sorted based on User's Feedback
Answer / sakthiopr
All are in HTML format .So there is no chance to disable
the source code ,
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / kaps
but you can encrypt your code so no one can understand it .so search for this not hiding ..ok i have no idea how to do it.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to shift and unshift using javascript?
How are object properties assigned?
What is the difference between var and let?
What is a boolean search?
What are the types of data types?
What is require in javascript?
How can a page be forced to load another page in javascript?
How would you check if a variable is null/undefined?
How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };
What is the need of javascript?
Is javascript used for backend?
How do functions work in javascript?