留言板

Webproxy Portlet + Popup

thumbnail
Koen Vermeulen,修改在11 年前。

Webproxy Portlet + Popup

New Member 帖子: 13 加入日期: 10-2-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
Koen Vermeulen,修改在11 年前。

RE: Webproxy Portlet + Popup

New Member 帖子: 13 加入日期: 10-2-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.