function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JimHylandJimHyland 

java applet login not working in browser

I have written a simple java applet to login to salesforce.  When I run the code not in the browser (replacing init() with a main method), the login runs fine.  When I run it as an applet in a browser (Internet Explorer or Firefox) the applet starts, but the login just hangs up.  When I look at my login history in Salesforce, there is no login success or failure for the applet case.  Any help with this would be appreciated.