Passing Values from HTML
<applet code = “MyApplet” height=“100” width=“200”>
<param name=colour value=blue>
</applet>
String extColour = getParameter(“colour”);
What can we do to read other values than Strings?
Previous slide
Next slide
Back to first slide
View graphic version