Posted By:
Geeta_Umrani
Posted On:
Wednesday, March 27, 2002 05:03 AM
I need to load an applet in a framed page. The link to the applet is in one of the frames, and the applet should get loaded in another frame.
The problem is, if the jar file doesnot have anonymous access turned on, the applet class is not found.
If the html link that loads the applet is called directly from the address bar of the browser, the applet gets loaded correctly.
It seems like a problem of client authentication, but I have signed the jar file using jarsigner too. Doesn't work still!