Calling External URL in a New window

Suppose if we want to call any external URL in OAF page. So you can call as like below.

urlname = https://www.google.com/

pageContext.sendRedirect(urlname);

Recent Posts