Dave Schwimmer <dschwim@nospam.com> wrote:
[color=blue]
>Ok. precise and to the point. Thats good. But theres always a way though
>(or is there?). What if I have my libraries in *.js files on the server
>in a location that the user does not have permissions to (I will
>ofcourse need something server side to load the files - which defeats
>the purpose of client side processing, so I shot myself in the foot
>already).[/color]
You said it. You're talking about code that will be executed on the
client. The client can't execute it if it can't get it. Once the
client gets the code, you no longer have control over it, the client
can display it, save it, parse it, whatever. You have no idea what's
being done and absolutely no control over it.
So: if you really, really, need to keep this stuff secret, then keep
it on the server. Server-side processing cannot be seen by the client,
and you have total control over it.
--
Tim Slattery
Slattery_T@bls.gov