我已經與applet標記的JSP嵌入小程序,這不是整合JSP小程序的方式,所以我代替我的小程序標籤用JSP:插件,但我不得到applet.Below任何圖像的代碼代碼片段嵌入式小程序
<applet name="viewerApplet" id="TViewerApplet" width="100%" height="500" code="com.applet.TViewerApplet.class" align="baseline" codebase="." mayscript="mayscript" archive="SignedViewer.jar,cmbview81.jar"> </applet>
替換下面的代碼
<jsp:plugin code="com.applet.TViewerApplet.class" codebase="." type="applet" name="viewerApplet" width="100%" height="500" archive="SignedViewer.jar,cmbview81.jar">
</jsp:plugin>
什麼是錯的,請您及時指導。 編輯: 隨着小程序標記其工作正常。
你可以參考這個。 http://stackoverflow.com/questions/4850351/applet-and-jsp-communication/27358112#27358112好運.......... –