getParameter should work, can you show us more code? or seeStep 5: Applet Parameters and Errors
http://www.geocities.com/practicalvb/java/paint5.html

解决方案 »

  1.   

    yeah,show us more code...
      

  2.   

    试试这个:String parameterValue=(String)request.getAttribute("NAME1");
      

  3.   

    <PARAM NAME=NAME1 VALUE = "thisimage.gif" >
    should be 
    <PARAM NAME="NAME1" VALUE="thisimage.gif">
      

  4.   

    借贵宝地一用
    http://www.csdn.net/Expert/TopicView1.asp?id=1097532
      

  5.   

    能不能搞定这个:http://61.144.28.245/hjc/mycgi/bbs/topic.cgi?forum=7&topic=1663
      

  6.   

    谢谢大家!!!我找到了。原来是网页的问题,我把它写在<>里面了。