XMLHttpRequest (it works for things other than XML)
On Mon, Oct 27, 2008 at 1:51 PM, TonyB <[EMAIL PROTECTED]> wrote: > > Thanks, > > So there's no way to do it without using a hidden form? > > Cheers. > > On Oct 27, 1:45 pm, "Barry Hunter" <[EMAIL PROTECTED]> > wrote: >> not really appengine specific, but >> >> <form method="POST" name="form1" style="display:none"> >> <input type=hidden name="foo" value="bar"/> >> </form> >> >> <a href="javascript:void(document.forms['form1'].submit());">click me</a> >> >> On Mon, Oct 27, 2008 at 1:35 PM, TonyB <[EMAIL PROTECTED]> wrote: >> >> > Hi, >> >> > This may be a silly question... >> >> > How can I send an HTTP POST request without filling in a form? >> >> > I can't figure out how I can add variables. >> >> > Thanks, >> > Tony. >> >> -- >> Barry >> >> -www.nearby.org.uk-www.geograph.org.uk- > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
