Hi all,
I'm need to encode certain form fields on my jsp page before submitting it
for processing because the information keyed in by the user is sensitive.
Does anyone have any recommendations on how I could go about it?
To resolve this issue, I have employed using an applet to encode the user's
information. The textfields used is still of a html form, and I used
javascript to invoke a method in the applet class on the textfields of the
form to help resolve this issue. However, that has led me to several
problems...
1) I can't seem determine when the applet has fully loaded on the html page
because if I press the submit button and the applet is still loading, then
the data in the forms will be posted without being encrypted first.
2) I realised that when I use this applet on form fields in a page with
frames , it somehow doesn't get loaded properly no matter how long I wait
for it to load. When I apply this applet to a page without frames, it loads
up almost instantaniously. Any suggestions on how I could resolve this data?
I have tried using the <jsp:plugin> tag to help download the applet but I'm
confused on how to reference it as an object, in terms of the DOM.
Initially, I can reference the html applet tag via
document.appletname.methodname.
This problem has been eluding me for days already and I really need help. I
realised that this may not be a the proper mailing list but I'm sure someone
here must have come across these issues before. I couldn't find an applet
mailing list from SUN, and if any of you found it, I would be glad if you
could pass it on. Thanks everyone.
Cheers'
Henry
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets