EBS Customizations (MOSC)

MOSC Banner

How do I create an external link with parameter in menu - R12.2.6

edited Nov 1, 2018 5:00AM in EBS Customizations (MOSC) 3 commentsAnswered

I would like to create a function (that can be attached to a menu) to open an external URL (EG: https://forums.oracle.com?user_id=p_parameter) , please could you let me know if/how this can be achieved.

I can use these methods to open the URL, but there are no parameters.

eg 1:

  Type : SSWA jsp function

  HTML Call : oksAutoRenewalHelp.jsp?thanks= https://forums.oracle.com

eg 2:

Create an .htm file calling the external link.

<html><head>

<meta http-equiv="Refresh" content="0; URL=https://forums.oracle.com">

</head>

<body>

Put this file under $OA_HTML directory.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center