Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protecting JavaScript (JS file) Source Code
Message
From
25/07/2006 05:39:48
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01139451
Message ID:
01139605
Views:
23
>One of the JS files is very special. I would prefer not to distribute it, but instead, have the client [module] reference this [particular] file on my server.

AFAIK there can be no *real* client-side security for JS running inside the client (think IP-listeners for instance <g>). You could go for "obscurity" by compiling the code into a COM object (some users won't like that at all <bg>) or try to keep the particular functionality on the server - AJAX might help with "presentation" enough to make such an apporach bearable, but that depends much on the needed functionality.

regards

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform