how do i lock my program source code

  • Thread starter Thread starter hasnain
  • Start date Start date
Not exactly sure what you mean by locking your program source code. Do you
mean hiding the HTML from viewers? Forget it. The page is downloaded into
the internet cache and the file is available in the internet temp files to
be read. You can use a javascript to disable the right-click, but a user can
still view the source from a menu.

Hope this helps,
Mark Fitzpatrick
 
hasnain said:
how do i lock my program source code

You can't "lock" your html, but you can move your javascript into a seperate
file making it more difficult to "see." And there are programs out there
that will "compress" your page so it is very hard to read. Might messup the
page badly enough you can't edit it with FP so you would have to always
start with an uncompressed copy.

Tom

--
Who me? What signature?

www.ChatNFiles.com has telnet chatting and more than 500,000 downloads
Blue Collar Consulting Services at http://bccs.chatnfiles.com can be
helpful, sometimes.
 
Back
Top