How do I create an external link with parameter in menu - R12.2.6
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.