hello,
I need to pass certain params to a 3rd party page for processing, which i'm currently doing using GET. However, i'd like to change the method to POST. But, i'm facing a challenge in doing it as my current
jsp doesn't have a form, n i dont want to mess around with alignment issues in it. So please help me out with a solution regarding how, i'll be able to POST data without a form tag. I believe its possible to handle this in javascript. Thanks in advance!
Further, I tried using form tag (and
struts form as well),n later tried out jQuery.post() but the effortless was fruitless