You have to have a FORM that you submit.
Now, that FORM could be not displayed by virtue
of all its input elements being type=hidden but you still should
have the FORM. If the FORM doesn't already exist, you can
create it through javascript by starting out with:
var myForm = document.create Element('FORM') ;
....
Csaba Gabor
"sangeetha" <sangeetha_b@in dia.com> wrote in message
news:4fde56d3.0 404291241.6b360 352@posting.goo gle.com...[color=blue]
> Hi,
>
> How to send a request using post method from browser to web server
> using javascript?
>
> Sangeetha[/color]
Comment