Hello,
I've recently noticed that someone can simply type in the URL to my
javaScript, from my HTML source code, to the explorer location bar and
an auto-save dialog pops up to let them save it !
My clients want to keep their paid-for code proprietary. How do I
prevent this from occuring ?
The javaScripts are embedded in my HTML in the following manner:
<SCRIPT SRC="/effects/top-menu.js"></SCRIPT>
...all someone has to do is strip out the URL part after my clients
domain name, and drop the above in after it, and hit enter - an
auto-save dialog pops up letting them download the scrpt. One of the
reasons for not including the code directly in the HTML is to try to
keep it proprietary (the other being so if I need to make a change to
it, I don't have to change all my HTML pages).
Any suggestions to ju**@barryoneill.com would be appreciated.
Thanx,
Barry O'Neill