CoraLover
04-18-2003, 06:17 PM
Hi, i've problem here. Here i go>>
I've this JSP page which has an applet embedded in it to do some processing. And on the 1st try, if it's unsuccessful, it will return to the same JSP page for the user to enter the values. But on the second try, it'll have this error, saying that the applet.class can't be found.
:( i've this line of code in mu javascript to call my Applet>> "document.applets[0].AppletFunctionName(<%=jspVal%>,aForm.txtVal.value)"
I've this JSP page which has an applet embedded in it to do some processing. And on the 1st try, if it's unsuccessful, it will return to the same JSP page for the user to enter the values. But on the second try, it'll have this error, saying that the applet.class can't be found.
:( i've this line of code in mu javascript to call my Applet>> "document.applets[0].AppletFunctionName(<%=jspVal%>,aForm.txtVal.value)"