Passing parameter to Applet

Hi,I am not sure if i can pass the value of a text box in a form to applet as a parameter to an applet.Can anyone tell me how to do that?Thanks
[164 byte] By [Idina] at [2007-11-26 17:57:13]
# 1
i m not getting your problem clearlycan u give some more description ?
Anand_Agrawala at 2007-7-9 5:10:27 > top of Java-index,Desktop,Core GUI APIs...
# 2

Would I be right in thinking you have two pages? Page A contains your text box and a link or button, which links to page B containing your applet?

If so, you can place the content of the text box in a GET parameter and then use script to add that as an applet parameter tag.

That'll work but be honest this is better achieved via servlet code (PHP, JSP, whatever) so as to avoid the need for client side script.

itchyscratchya at 2007-7-9 5:10:27 > top of Java-index,Desktop,Core GUI APIs...