Thread
:
How can I hide the JavaScript source code from "view source" function of the browser?
View Single Post
#
2
(
permalink
)
11-13-2007, 09:17 PM
ragavraj
D-Web Programmer
Join Date: Feb 2007
Posts: 92
Re: How can I hide the JavaScript source code from "view source" function of the brow
we can easily get a source code in all web pages,because all html and js files
are stored in our temprory folder,we can only disable a right click option only
use this code for disable a right click option
Code:
<body oncontextmenu="return false">
ragavraj
View Public Profile
Send a private message to ragavraj
Find all posts by ragavraj