com.newtourist.NQQ要加上.class!
好像 是不对的codebase="." 这句 到底 加到什么地方1。<APPLET CODE="com.newtourist.NQQ" WIDTH="90" HEIGHT="300" codebase="."  MAYSCRIPT>
2。<PARAM NAME="codebase" VALUE="。">都不行!!!

解决方案 »

  1.   

    还有一个archive参数,试试吧。
      

  2.   

    <applet code=appletFileName.class codebase=codebaseURL
      

  3.   

    可以确定 a.cab 中含有 NQQ.class 
    是什么意思啊,你应该把nqq.class单独做一个类试试
      

  4.   

    可以确定 a.cab 中含有 NQQ.class nqq.class单独做一个类 也不行
      

  5.   

    当透过 服务器 访问时 提示:
     加载: 找不到类 com.newtourist.NQQ 
    可以确定 a.cab 中含有 NQQ.class ,并和 html 页面在同一级目录,在
    xx\com\newtourist 目录
    。<APPLET CODE="com.newtourist.NQQ" WIDTH="90" HEIGHT="300" 
    。。>////////////
     NQQ.class ,并和 html 页面在同一级目录
    不对,,,你的NQQ因该在com.newtourist包下,
    而此包和 html 页面在同一级目录,不是NQQ类文件
      

  6.   

    设置 codebase="../../." 试试? 或者将你的html文件移到xx目录下