Log in

View Full Version : Hide All Code



Nick Druce
09-06-2005, 07:49 PM
Is there anyway to hide all the code so that when a user clicks on view source, nothing is shown.

Twey
09-07-2005, 08:54 AM
No.
HTML is plain text. You don't need to hide it, you can't hide it, and there's no reason to do so.

spyder
09-08-2005, 02:27 AM
http://www.dynamicdrive.com/dynamicindex9/noright3.htm

this may be helpful, although you can never really protect your code

spyder
09-10-2005, 12:49 AM
just ran across this, it encrypts it

http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

mwinter
09-11-2005, 04:47 PM
just ran across this, it encrypts it

http://www.dynamicdrive.com/dynamicindex9/encrypter.htmIt doesn't do anything of the sort. What it does do, however, is make your document completely dependent upon client-side scripting. No-one's source code is that important.

Mike