This is my expression which I am using
window.open(someURL?filename="+filename+"&drid="+drid,"_self","");
I need to send the data using the post method and not the query string.
Please help me out.
This is my expression which I am using
window.open(someURL?filename="+filename+"&drid="+drid,"_self","");
I need to send the data using the post method and not the query string.
Please help me out.