Hi! Everyone,
 
if I pass a param like this:
 
<APPLET code="MyApplet.class" height="407" width="125">
      <param name="param1" value="value1">
</APPLET>
 
How can I get the value of param1 in MyApplet.java?
 
Siling     
 
 
> 


Reply via email to