MarkN
February 24th, 1999, 09:48 AM
Hi to the person reading this message.
The problem I have is this :
I have created a java application that retrieves a number from an edit box on a dialog, and places an encryted version of this number in another edit box. The problem I have is that I need this encryption code to run at the server side of a web page. I have tried using an include file, specifying the language as JSCRIPT or JAVASCRIPT and RUN AT=Server, but the page complains if I define a class within the include file. This is a lot of waffle for a straight forward problem. Basically the problem is that I need to use a class that I have declared in Java on the server side of a web page. Any one have any ideas??? It seems to me that this must be possible, as it's such an important feature.
Look forward to hearing from anyone with a possinle solution, or some help.
Mark.
The problem I have is this :
I have created a java application that retrieves a number from an edit box on a dialog, and places an encryted version of this number in another edit box. The problem I have is that I need this encryption code to run at the server side of a web page. I have tried using an include file, specifying the language as JSCRIPT or JAVASCRIPT and RUN AT=Server, but the page complains if I define a class within the include file. This is a lot of waffle for a straight forward problem. Basically the problem is that I need to use a class that I have declared in Java on the server side of a web page. Any one have any ideas??? It seems to me that this must be possible, as it's such an important feature.
Look forward to hearing from anyone with a possinle solution, or some help.
Mark.