Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: my thanks


Message #1 by "Seyalastry Breme" <seyalastry@i...> on Thu, 8 Nov 2001 05:57:39
hello Ljubisa,

   i have one Japplet. it needs some params. 
   the params are in MsAccess. i got the params from dbase.
   now how can i call the Japplet?
   i just tried 
   out.println("<applet code=\"../servlets/crop.class\" width=500 
height=400>");
   out.println("<param name=\"im\" value=" +var1+ ">");
   out.println("<param name=\"r\" value=" +r+ ">");
   out.println("<param name=\"c\" value=" +c+ ">");

   but it gives error "crop.class not found"

   please help me and immediately also.
  
   regards
   seyala

> hi Ljubisa Kovacevic,
>          thank u very much for ur reply.
>          but i found and finsihed 2 days before.
>          it is working perfectly.
>           
>          InputStream stmtint=rs.getString("stmt");
> 
>          i assign this "stmtint" value to the textarea box.
>          it has read correctly . 
>          
>          how can i show this value on textarea box?.
>          answer me please.
>     
>        regards
>    seyalastry Breme

  Return to Index