Hi All ,
I have a javascript where I have some values to be passed as hidden values . I am doing a form.submit using post method in it.
I need to pass those values to the
jsp which is invoked from the javascript itself .
Now , how do I invoke the URL along with those values passed to it .
I am doing a window.open but I am not able to pass the values to the jsp .
Any help is appreciated .