Posted By:
Ashwin_Chathuruthy
Posted On:
Monday, May 7, 2001 04:23 PM
Using java script I call a method in a an applet. It works fine. But when I use the same method to communicate with a servlet, I get a permission denied exception. But if I communicated to the sevlet by any other ways, say like calling on a click event of button, it works just fine. Any work around for this..