java applet - javascript communication

Posted by udhaya on Stack Overflow See other posts from Stack Overflow or by udhaya
Published on 2010-05-11T10:35:13Z Indexed on 2010/05/11 11:04 UTC
Read the original article Hit count: 260

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about applet