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