IE浏览器 javascript错误提示:“没有权限”,其他浏览器可以运行

解决方案 »

  1.   

    把你的那个jsp发出来我看看。
      

  2.   

     for (var i=0;i<kk.length;i++){
     var childEL = kk[i];  
     alert('3');
     document.all.fuserlist.value = document.all.fuserlist.value + childEL.key;
     document.all.fuserlist_name.value =  document.all.fuserlist_name.value + " <"+childEL.selectName+">";
     alert('4');
     if (i<kk.length-1){
     alert('5');
     document.all.fuserlist.value = document.all.fuserlist.value + ";";
     alert(document.all.fuserlist.value);
     }
     }
    在alert('3');之后出错!!!!!
      

  3.   

    是childEL.key,,不能直接在这里写!