Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1.jspには、この入力ボックスがあります
<input type="hidden" id="muncId" name="muncId"/> <input type="hidden" id="muncDesc" name="muncDesc"/>
2.jsp、3.jsp、4.jspなどの値を送信したい
フォーム送信は 1 ページのみです。複数のページでそれを行うにはどうすればよいですか?
1.jsp ページに、同じ非表示フィールドを含むターゲット ページごとに 1 つのフォームを含めます。送信ボタンに小さな JavaScript を追加して、クリック時にすべてのフォームを送信します。