how to exchange the value between applet and html

Can I set a html tag's value in a applet classs or get a varible's value of a applet in a javascript function.Thank you.
[143 byte] By [kevintu0883] at [2007-9-26 9:01:28]
# 1

It depends on what exactly you want to do. LiveConnect allows calling javascript functions from java and accessing java from javascript. But everything is not possible - you are restricted by the DOM, of course.

Here's info on LiveConnect: http://developer.netscape.com/docs/manuals/communicator/jsguide4/livecon.htm

jsalonen at 2007-7-1 20:04:07 > top of Java-index,Archived Forums,Java Programming...