求助大虾jsp加入applet出错显示不出图片::
源码如下:
<table border="1" cellspacing="0" cellpadding="0" bordercolor="#333333" align="center">
<TBODY>
<tr>
<td>
<APPLET
align=Middle
codebase="."
code="com.CMapApplet.class"
height=400
id=MapApplet
name=MapApplet
style="WIDTH: 500px"
width=500
>
<PARAM NAME="mapwidth" VALUE="500">
<PARAM NAME="serverleturl" VALUE="<%=responsePage %>">
<PARAM NAME="mapheight" VALUE="400">
<PARAM NAME="extQuery" VALUE="mainMapInit=true">
</APPLET>
</td>
</tr>
</TBODY>
//applet.class所以位置:classes/com/CMapApplet.class
//index.html所在位置:WEB-INF/index.html