Click to See Complete Forum and Search --> : Java Applet


nili
02-17-2006, 01:12 PM
Question:

If you have four applets (say upload applet, download applet, browse applet, dragndrop applet) in your web application.

Do each of them have to be signed?
Does that mean that the user will be prompted four times to click on the sign applet popup?

Thanks,
Nilima :confused:

sleven
02-17-2006, 01:31 PM
yes, I think each must be singed. but user need not to click four times.

nili
02-17-2006, 01:59 PM
Thanks Sleven!

But this is what confused me in the first place. If each has to be signed and the only way to sign an applet is by the user clicking it - how do you avoid the user from clicking four time to sign each applet?

:eek:

sleven
02-17-2006, 02:47 PM
I think four applet run on one machine, so they can be communicate each other.