Pass encoded Parameter [message #662824] |
Fri, 12 May 2017 10:43 |
|
abcooper
Messages: 2 Registered: May 2017
|
Junior Member |
|
|
I have a web application that is calling oracle forms like
<a href="<%=serverAdd %>/forms/frmservlet?config=Apps&otherparams=EDIPI=<%=Url.Encode(strEDIPI) %>"
The URL.Encode only encodes special characters. The parameter I am passing is numeric so it is not encoded with the above function.
Is there a way to encode it when sending the URL then decode it within Forms?
Thanks in advance
|
|
|
|