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.
こんにちは、単純な要件がありますが、それを実装するのは本当に混乱しています。portletvview.jsp があり、そのページにリンクがあります。そのリンクをクリックすると、2 番目の JSP であるポップアップ ページが表示されます。これを JSR-286 Basic Portlet に実装する方法は? 本当に助けていただければ幸いです..
ありがとう、ハリー
完全な質問が得られませんでした。しかし、私が理解したことから、このようなものが必要です
この関数を javacript ファイルまたは HTML ページのヘッダー タグに配置します。
function myPopup() { window.open( "place the link for the next jsp here" ) } <input type="button" onClick="myPopup()" value="POP!">