People implement a variety of different techniques for
keeping people from stealing code from their site:
One of the most common is to disable
Right-Clicking. We don't recommend this however, because it is
a very easy obstacle to overcome.
If you do have code you want to protect, like a password or
HTML you have worked really hard on, we recommend encrypting
all or parts of your code, using
Encrypt HTML Pro.
Unfortunately it is not free, but we feel it is well worth
the money.
If you are a do-it-yourself kind of person, you can use the
JavaScript unescape method. You can do a Google search, or visit
the
The
Script Asylum. |