This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Applets and the fly likes How to access APPLET PARAM values? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "How to access APPLET PARAM values?" Watch "How to access APPLET PARAM values?" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to access APPLET PARAM values?
 
Similar Threads
how to send object reference to applet?
Passing values to param value dynamically in jsp
sending data from HTML to APPLET
Dynamic parameter values for applet
Getting the appname from the web.xml