How can I call a function and pass parameters to a applet from my website? For example I want the user to enter name and password into textboxes and then click a button which calls the function login(name, pw) from my java applet. Best would be something using POST/GET but a javascript would also work..
There are several things why I don't want the textbox to be in the applet so please show me how to make website and applet work together,
Thanks
