How to open popup in a new tab (or window)
BaduelSep 21 2012 — edited Sep 21 2012Hello everyone.
I would to open a popup in a new browser tab (or window). The structure of my page is the following:
|- Panel Collection
|-- Table t1
|--- Column c1, c2, c3 ...
|--- Column cn
|---- GoImageLink gil1 [TargetFrame = _blank]
|----- ShowPopupBehavior [PopupId = p1]
|-- Popup p1
|--- Dialog
|---- Table t2 (a detail table of t1)
But when I click on the icon gil1 the popup is shown in the same tab. I use JDeveloper 11.1.1.3.
Is there a way to open it in a new tab?
Thanks in advance,
Baduel