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.
ユーザーがボタンを押すなどの入力を必要とせずに、JSP「MyJsp.jsp」からサーブレット「MyServlet」にリクエストを送信したいのですが、JSPの読み込み時に自動的に送信されます。
これどうやってするの?
onLoad イベントを HTML ページに追加し、Javascript を使用して必要な値を送信できます。これにより、ページがロードされた後、ユーザーの介入なしに値がサーバーに送信されます