Hi ,
I am trying to read the post request parameters from my html.I can read the get request parameters using the following code in javascript.
$wnd.location.search
But it does not work for post request.Can anyone tell me how to read the post request parameter values in my html using javascript.
Thanks.