| Author |
How to access APPLET PARAM values?
|
James Hodgkiss
Ranch Hand
Joined: Jan 22, 2004
Posts: 401
|
|
I've read the Applet FAQ on this site, but how can I access the PARAM values (located within the APPLET tags of my HTML) from within my applet code? Thanks, James
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
You use the method getParameter
|
 |
James Hodgkiss
Ranch Hand
Joined: Jan 22, 2004
Posts: 401
|
|
|
Cheers.
|
 |
 |
|
|
subject: How to access APPLET PARAM values?
|
|
|