How can we communicate JSP and Applet to work together?

Showing Answers 1 - 2 of 2 Answers

sravankumar uppala

  • Dec 28th, 2005
 

There is a possiblity using JSP action elements :

<jsp:plugin  type="applet" code="Myfile.class" width="250"  height="250" >  </jsp:plugin>

  Was this answer useful?  Yes

celine

  • Mar 16th, 2006
 

u can add applet tag

<applet codebase="." code=org.alov.viewer.SarApplet
           archive = alov_applet.jar  width = "101%" height = "102%"
           name = mapApplet align=center>

   <param name=pid value="PlotPoints.xml">
   <param name="layout" value="layouts/layout.xml">
   <param name="prepage" value="top.html">
</applet>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions