看看你的树里是否使用到了 iframe ?且脚本对 iframe有写的操作?若有的话则要在 iframe.document.write() 之后加上一句 iframe.document.close()

解决方案 »

  1.   

    老大。没有写
    JsTree tree = new JsTree(
    "课件树",
    "JavaScript:parent.content.location.href='blockClazzF.do?method=listSons';void(0)");
    ...)树形菜单在左边的导航区里面,节点的链接就是“JavaScript:parent.content.location.href='blockClazzF.do?method=listSons';void(0)");”
    1,单独访问链接没有问题
    2,树形菜单用简单的一点就popup一个消息框也没有问题。一加上上面的链接就出问题了
    3,firefox里面没有问题,ie里面是有问题<frameset rows="80,*"  frameborder="no" border="0" framespacing="0" marginWidth="0">
      <frame src="head.do" name="head" frameborder="no" scrolling="no" noresize="noresize" id="head"  marginWidth="0"/>
      <frame src="navigator.do" name="navigation" frameborder="no" scrolling="No"  noresize="noresize" id="navigator" title="navigator" />  <frame src="firstMain.do" name="main" scrolling="auto" noresize="noresize" id="main" title="main"  />
    </frameset>