L
lbrtchx
~
you can pass values from a java applet to an HTML page going:
~
document.applets[0].<applet's_public_method>
~
as explained here:
~
http://www.devx.com/tips/Tip/29394
~
but how can you pass it from the HTML page to the java applet?
~
Say you have a combo box on an HTML page that updates the type and
size of some font on a label in an applet, how can you do that?
~
Thanks
lbrtchx
you can pass values from a java applet to an HTML page going:
~
document.applets[0].<applet's_public_method>
~
as explained here:
~
http://www.devx.com/tips/Tip/29394
~
but how can you pass it from the HTML page to the java applet?
~
Say you have a combo box on an HTML page that updates the type and
size of some font on a label in an applet, how can you do that?
~
Thanks
lbrtchx