V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
alan9090
V2EX  ›  编程

网页兼容性问题,在 IE 页面功能正常,在火狐和 360 就不正常

  •  
  •   alan9090 · 2016-03-23 14:53:40 +08:00 · 1636 次点击
    这是一个创建于 2971 天前的主题,其中的信息可能已经有所发展或是发生改变。

    TypeError: document.forms[0].showList.options is not a function

    function func_select_all1() { for (i=document.forms[0].showList.options.length-1; i>=0; i--) document.forms[0].showList.options(i).selected=true; }

     <html:select   property="showList"   multiple="true" ondblclick="func_delete();"  style="width:200;height:280" >   
    <html:options   collection="showList"   property="moduleid"   labelProperty="mytableStandardmodule.displayname"></html:options>   
    

    </html:select>

    <input type="button" value=" 全 选 " onClick="func_select_all1();" class="SmallInput" id="button2">
    </td>
    
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2859 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 13:44 · PVG 21:44 · LAX 06:44 · JFK 09:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.