popup中的textarea不能输入值的!
这是IE6的问题
只能期待IE7解决

解决方案 »

  1.   

    那不用textarea,用其他的例如text,行吗???
      

  2.   

    不行的
    用popup就不支持输入
    只能下来选择
      

  3.   

    The popup object is created by the createPopup method, displayed by the show method, and closed by the hide method. The following example shows how to use the basic syntax. It also shows how a user can type inside a text box while a popup is displayed because the popup object never has focus
    这是msdn上的原话,但根本就没把例子列出来,m$也太挨球了
      

  4.   

    把这个放到popup中下拉选择
    <select>
    <option>sdfsdf</option>
    <option>sdfsdf</option>
    <option>sdfsdf</option>
    </select>