Javascript
-
How can I Disable users not to view the Source Code of Javascript using Internet Explorer ->View->Source at runtime?
I think We cant disable..
-
How can I Disable users not to view the Source Code of Javascript using Internet Explorer ->View->Source at runtime?
Disabling the user from viewing your source? I don't know if that is possible by a remotest way. But, you can surely obfuscate your javascript. Look at the following URL: http://www.javascriptobfuscator.com/[^]
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
How can I Disable users not to view the Source Code of Javascript using Internet Explorer ->View->Source at runtime?
oncontextmenu="return false"> The above statement can block the right clicks on the page. Then also the browser has options to view the source. So better try encrypt HTML.