How can i hide HTML source code of web page
-
hi.. is there any method so that i can hide my HTML source code of web page.. that is HTML code should not be Visible..
-
hi.. is there any method so that i can hide my HTML source code of web page.. that is HTML code should not be Visible..
-
hi.. is there any method so that i can hide my HTML source code of web page.. that is HTML code should not be Visible..
One way is to hide the context menu --> View source, by adding The loophole here is that from the toolbar View --> Source remains enabled. I don't know if there are any registry setting that you can access on the client side and disable it....!! ---------- user9 A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
-
One way is to hide the context menu --> View source, by adding The loophole here is that from the toolbar View --> Source remains enabled. I don't know if there are any registry setting that you can access on the client side and disable it....!! ---------- user9 A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
For security reasons I hope that it cannot be disabled.
My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
-
For security reasons I hope that it cannot be disabled.
My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
There are ways to "encode" your source code using Javascript. Probably their are also .NET component that do that work. But anybody that wants to read it, can put a little bit of effort into it and "decodes" your source code. If anyway you are interested, do some google search.