hi all,
in javascript normaly page redirection can be done as follow with a parameter.
window.location = "add-new-cos.jsp?id="+id;
but this id value is send to the next page with in the GET method. but i want to send it with the POST method.
is there any way to do it with javascript....?
thanks..
janaka priyadarshana.