Hi ,
I have NES 3.6 installed with jdk1.1.6.I wanted to run my servlets using the
default servlet engine of NES3.6(i.e without third party tools like
JRUN).could any one please help on how to configure NES for doing so?
Thanks a lot,
kamal
Bruno Lowagie <[EMAIL PROTECTED]> wrote:
>  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


____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1

___________________________________________________________________________
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