Click to See Complete Forum and Search --> : How do i get values from html text field to applet ?.


vineetg
October 4th, 2000, 04:22 AM
Hai,

How do i get values from html text field to applet ?.
What are the different methods available ? , i would like to do this for all the browsers .

Thanks in Advance,
Vineet G.

mjpell
October 5th, 2000, 03:13 PM
In your applet class, (such as from the start() or init() method) call

String astring = applet.getParameter("myParamName");




And use the param tag in your html. As shown at
http://jsp2.java.sun.com/products/plugin/1.3/docs/tags.html