http://expert.csdn.net/Expert/topic/1134/1134159.xml?temp=4.551333E-02
最直接的做法就是判断位置把下拉框隐藏

解决方案 »

  1.   

    也可以用window.createPopup()但对版本要求较高,还是用隐藏的方法最好
      

  2.   

    <OBJECT id=aa style="display:none;z-index:1000; position:absolute; top:0; left:0; width:152; height: 200;" type="text/x-scriptlet"  data="
    about:<div style='position:absolute;left:0;top:0;width:152;height:200;font:14;color:white;background:black;border:1 solid black'>
    sfgsdfg</div>
    "></OBJECT><textarea></textarea><button onclick=aa.style.display=aa.style.display=="none"?"":"none">test</button>