1
當我進入文本字段我的HTML數據(其他然後第一個文本字段),它會自動到達第一個文本框在我的HTML表單錯誤在文本字段中輸入值
<form name="f" action="product.php" method="post">
<td><h4><u>User Login:</u></h4></td>
<tr><td >Username:</td><td><input type="text" name="user" class="style" placeholder="Enter UserName" /></td></tr>
<tr><td>password:</td><td><input type="password" name="pass" class="style" placeholder="Enter Password" /></td></tr>
<tr><td></td>
<td><input type="submit" name="submit" value="submit" /><input type="button" name="newuser" value="Newuser"onclick="self.location="Newuser.jsp"" />`enter code here`</td></tr>
</form>
添加您的html代碼 –
我看不到您提供的代碼中的任何錯誤。我想我應該工作得很好..檢查出http://jsfiddle.net/BUSmq/ – Saurabh
也許你想以更好的方式解釋你的問題。 – Saurabh