Applet with (label client side)?
I'm wondering is this possible:
For example: where is label in my applet called "label1".
And to add applet into website we are using something like this:
Code:
<applet code="some applet" width="200" height="50">
</applet>
Is where any way to display my label message with text given from client. For example:
Code:
<applet code="some applet" label1="??? text ???" width="200" height="50">
</applet>
If where is any way of doing this please explain to me a little or give some link that might help. Thanks