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.
リンクをクリックすると、一部のリンクでは、開くオプションまたは保存オプションを選択するよう求められる場合があります。このポップアップの位置を javascript または jsp で設定できますか?
純粋な javascript/jsp では不可能です。javascript は、ブラウザーの設定やダイアログではなく、ドキュメント内の要素に影響を与える可能性があります。また、jspは、クライアント側ではなく、もちろんブラウザのものではなく、httpサーバーからのコンテンツに影響を与える可能性があります。