how do i lock my program source code

M

Mark Fitzpatrick

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
 
T

Tom Miller

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top