<label>Please enter your name</label><br>
<input type="text" id="user0name"> <br>
<button type="button" id="userbutton"></button>
<input onclick="window.location.href = 'profile.html';" type="submit" value="submit" />
我试图删除按钮标签上的提交按钮的值,但它仍然在这里enter image description here
1条答案
按热度按时间pinkon5k1#
这将使您的输入框可以点击: