Ask Your Question
0

How to open a new tab when using OWA_UTIL.REDIRECT_URL in PL/SQL?

asked 2021-11-10 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-10-28 02:00:00 +0000

nofretete gravatar image

To open a new tab when using OWAUTIL.REDIRECTURL in PL/SQL, you can add the target attribute to the anchor tag in the redirect URL. Here is an example:

OWAUTIL.REDIRECTURL('f?p='||:APPID||':1:'||:APPSESSION||'::NO::P1PARAMVALUE:1','_blank');

In this example, the target attribute "_blank" is added to open the link in a new tab.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-10 11:00:00 +0000

Seen: 17 times

Last updated: Oct 28 '21