java applet - javascript communication
- by udhaya
Applet Communication:
write a small applet and embed it in html-file with following functionality.
1. change applet bg color by receiving a javascript command with the color parameter.
2. show dynamic mouse position in applet-window and display position in html-site. use live-connect between applet and browser communication.