I am trying to pass a selected value from HTML drop-down to an Applet method, using setter method in the Applet. But every time the Javascript is invoked it shows \"object d
Try changing the id parameter in your applet tag to name instead.