View Single Post
  #2 (permalink)  
Old 11-13-2007, 09:17 PM
ragavraj ragavraj is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 92
ragavraj is on a distinguished road
Default 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">
Reply With Quote