Posts by Filipe Henrique • 11 points
1 post
-
1
votes1
answer576
viewsQ: Javascript returns the error message "Typeerror: applet.returnMD5 is not a Function" when calling Applet method
My applet is signed and all his methods are public. This error message appears for all browsers I have tested. Follows the codes: Main java. public class Main extends Applet { private String ip;…