掲示板

Webproxy Portlet + Popup

thumbnail
11年前 に Koen Vermeulen によって更新されました。

Webproxy Portlet + Popup

New Member 投稿: 13 参加年月日: 10/02/16 最新の投稿
Im trying to open a webApplication i have inside a webproxy portlet.
I solved some problems, but next problem i have is when i try to open a popup window.
It seems that there is no bridge created for this popup page.

<a href="#" onclick="return popUp('./views/popup.jsp');">Open Popup</a>

How can I solve this?
I suspect it has to be done with an xslt template.
thumbnail
11年前 に Koen Vermeulen によって更新されました。

RE: Webproxy Portlet + Popup

New Member 投稿: 13 参加年月日: 10/02/16 最新の投稿
I solved it by creating a hidden link and copy that link (a href links do get bridged) with javascript to the popup opener function.