Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: how can do servlet applet communication


Message #1 by "Seyalastry Breme" <seyalastry@i...> on Fri, 9 Nov 2001 09:38:35
hi,
   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.


   

  Return to Index