求大神指点
1.前段控制台报错:
SCRIPT438: Object doesn't support property or method 'print'
2.jsp中相关内容:
<APPLET code="net.itjds.applet.ZebraPrintByUsb.class" codebase="applet/" archive="printing.jar" width=150 height=25 name="myApplet" id="myApplet" MAYSCRIPT></APPLET>
3.js中相关内容:
myApplet.print(type);
4.java程序
public class ZebraPrintByUsb extends java.applet.Applet{
public void print(String type){}
请问大神,这里哪有问题,前台一直进入不到小程序里,code属性,codebase属性都正确,请问怎么