eclipse内部Web浏览器无法输入任何内容

时间:2014-12-25 06:09:09

标签: java eclipse

我正在做一个登录网站,当我运行它时,我无法输入任何文字。我使用eclipse内部Web浏览器并使用apache tomcat 7服务器。它显示了一个文本框,但我无法输入任何内容。

See Image here

enter image description here

 <form action="/JavaProject/Login" method="post">

        Enter username <input type="text"  name="accountUsername" />
        <br>
        Enter password <input type ="password" name ="accountPassword"/>

        <br>

        <input type ="submit" value ="submit"/>
        </form>

当我运行它时,我根本无法输入任何文本。

1 个答案:

答案 0 :(得分:0)

您的eclipse版本是什么?运行内部浏览器时您的计算机资源如何?