cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the parameters when calling an iView from another iView

Former Member
0 Kudos

Hi,

We have a link in an iView that calls another iView with a few parameters, and we don't want the user to see the parameters we are sending.

Does anyone know how to send them not in the URL? (using the POST method of the request)

Thanks,

Shir

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Why not use a javascript function to post the parameters in a hidden form? The link can simply execute the javascript.

Former Member
0 Kudos

hi Will,

Do you have an example of how to do it?