我正在做一个登录网站,当我运行它时,我无法输入任何文字。我使用eclipse内部Web浏览器并使用apache tomcat 7服务器。它显示了一个文本框,但我无法输入任何内容。
<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>
当我运行它时,我根本无法输入任何文本。
答案 0 :(得分:0)
您的eclipse版本是什么?运行内部浏览器时您的计算机资源如何?