why a href tag in html does not work inside a form? I am trying to use that for my jsp page transitions, but it really doesn't work.なぜ<a href> tag doesn't work inside a form
here's my code:
<form method="GET" action="Controller">
<input type="submit" value="Search"/>
<a href="/Controller?action=add"><input
type="button" value="Add"/></a>
</form>
what is the problem why it's not working?
リンクはフォームを送信しません。それには、 ''または '
リンクを使用してフォームを送信しようとしていますか? –
このコードは間違っています。あなたはhtmlフォームの基本を理解していますか?あなたの希望する行動は何ですか? – philipp