Applets interacting with web content

Is it possible to develop an applet to change web page content?
[70 byte] By [sps104a] at [2007-11-27 1:37:12]
# 1

Yes,

you need to use the LiveConnect bundle provided by Netscape, which is shipped with the jre. It is called jaws.jar.

Then you can use some JavaScript in the Applet to control the browser over the JSObject.

Look at this thread too:

http://forum.java.sun.com/thread.jspa?threadID=5159419&tstart=0

Greets.

Message was edited by:

SpecialAgent

SpecialAgenta at 2007-7-12 0:47:31 > top of Java-index,Desktop,Core GUI APIs...