-
How do I forbid access?
I have a .JS file, which contains some informations which I wouldn't like anyone to see.
I do need it to operate however (The <script> tag on the page to read it, that is).
How do I set it to work this way? It's very easy to do with PHP - make atribute 740 and use "echo", but since you don't allow PHP, I'm open to suggestions...
Please help me...
Thanks in advance.
-
you may need somthing like this... http://www.encrypt-html.com/encrypt_javascript.htm
if you don't want the visitor to see it, just encypt it!
-
3 problems:
1) The encryption doesnt seem to work on my .JS file - it becomes unreadable for the browser...
2) On HTML pages it adds a huge banner, which doesnt at all fit to my pages, and cannoy be removed...
3) It doesn't support other languages, other than English...