You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Sez <se...@yahoo.es> on 2004/09/13 16:00:47 UTC

Portlet in Pop-up

Hi people,
    I want to create a portlet-pop-up. This is the situation. The user has
some items. When he try one item, i want that jetspeed open a pop-up  with
specific information and some options to edit the item.
 
It's possible???
I thinked work with javascript and put this
 
win2=
window.open("https://company.com/intrados/portal/media-type/html/user/turbin
e/page/default.psml?portlet=ViewHolding&eventsubmit_doview=1&new_id=2","new"
,"width=400,height=400");

Is it possible show a portlet in separated page?