Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to open popup in a new tab (or window)

BaduelSep 21 2012 — edited Sep 21 2012
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2012
Added on Sep 21 2012
1 comment
367 views