>  if you want to hide javascript, one way is to keep the javascript in an
>external file and refer to it in your page:
>
><SCRIPT SRC="http://www.someserver.com/myJS/fileName.js"></SCRIPT>

I fear this doesn't work with older browsers...

You can however encrypt your javascript and ask the user
for a pasword that is used as key to decrypt the script in memory.
Finally the code is executed with the 'eval'-function. Unfortunately
I have lost the URL of the fellows who suggested this possibility.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to