Foros de discusión

Webproxy Portlet + Popup

thumbnail
Koen Vermeulen, modificado hace 11 años.

Webproxy Portlet + Popup

New Member Mensajes: 13 Fecha de incorporación: 16/02/10 Mensajes recientes
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, modificado hace 11 años.

RE: Webproxy Portlet + Popup

New Member Mensajes: 13 Fecha de incorporación: 16/02/10 Mensajes recientes
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.