Wednesday, February 7, 2007

Can we pass parameters to an applet from HTML page ? How?

We can pass parameters to an applet using tag in the following way:
o
o
Access those parameters inside the applet is done by calling getParameter() method inside the applet. Note that getParameter() method returns String value corresponding to the parameter name.

SOURCE : www.referjava.com

No comments: