<input>缺少type。去掉了name当然什么都不是了。

解决方案 »

  1.   

    是比较奇怪:
    我试了下 只有当name 为:p/q/k/w的是否才能下拉出东西 而且下拉出来的东西也不一样,什么原因?
    <html>
    <body>
    <form>
    <input type=text name="a">
    <input type=text name="b">
    <input type=text name="c">
    <input type=text name="d">
    <input type=text name="e">
    <input type=text name="f">
    <input type=text name="g">
    <input type=text name="h">
    <input type=text name="i">
    <input type=text name="j">
    <input type=text name="k">
    <input type=text name="l">

    <input type=text name="m">
    <input type=text name="n">
      <input type=text name="o">
    <input type=text name="p">
    <input type=text name="q">
    <input type=text name="r">
      <input type=text name="s">
    <input type=text name="t">

    <input type=text name="u">
    <input type=text name="v">
      <input type=text name="w">
    <input type=text name="x">
    <input type=text name="y">
    <input type=text name="z"></form>
    </body>
    </html>
      

  2.   

    而且 把cookie清除掉了 下拉框一样有东西
      

  3.   

    应该是IE记住了你每次提交的form中的文本框的名字,下次自动列出来.
    比如:
    <html>
    <body>
    <form action="">
    <input type=text name="nobodyuse">
    <input type=submit>
    </form>
    </body>
    </html>输入值提交之后,IE回把nobodyuse这个文本框中曾经输入过的值记住,下次遇到叫nobodyuse的文本框就能自动显示下拉列表.
      

  4.   

    那如何才能用javascript把这个nobodyuse用过的值取出来呢?
      

  5.   

    这个是浏览器的问题吗,不是cookie的内容吗?
      

  6.   

    和cookie没关系,我清空了cookie,也一样能下拉出来。
      

  7.   

    当访问网站时,一些网页会提示输入,例如,搜索时会要求输入搜索内容、登录邮箱则要填用户名、密码——这些东西会被IE自动记录。要删除它们,可在“Internet选项”对话框的“内容”标签下点“自动完成”按钮,在弹出的“自动完成设置”对话框中将“表单”、“表单上的用户名和密码”和“提示我保存密码”前的钩去掉,再单击“清除表单”、“清除密码”按钮,当询问时点“确定”。
    http://www.pcie.cn/bbs/redirect.php?tid=4473&goto=lastpost