Maybe it's something else that I do then (although I can't for the life of me understand what that is).
It would be great if someone else could try from scratch without any involvement from me since my way might be a liability. Download the script from here: http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.6.js The absolute simple way would then be to include the jQuery script and then execute the following code: $(document).ready(function(){ $.post("insert the url you want to call here", {}, function(res){ alert(res); }); }); The target URL/function should then output something which should appear in the alert box if all goes well. /Henrik On Sun, Oct 5, 2008 at 6:47 PM, Alexander Burger <[EMAIL PROTECTED]>wrote: > Hi Henrik, > > > The above works flawlessly with Apache + PHP. > > Surely jQuery will do that right, but still I do not understand where > the problem might lie in the PicoLisp server. > > The tracing definitely shows that the HTTP header arrives, but the > following POST data (a single line) don't. The "Content-Length" field in > the header says "15", matching the expected data "jquerytest=test". > > As far as I can understand it, is the behavior of the PicoLisp server > correct, i.e. it waits for those data to arrive. What else could it do? > > Cheers, > - Alex > -- > UNSUBSCRIBE: mailto:[EMAIL PROTECTED] > ------=_Part_38564_30671691.1223208668083 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">Maybe it's something else that I do then (although I can't for the life of me understand what that is). <br><br>It would be great if someone else could try from scratch without any involvement from me since my way might be a liability.<br> <br>Download the script from here: <a href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.6.js">http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.6.js</a><br><br>The absolute simple way would then be to include the jQuery script and then execute the following code:<br> <br>$(document).ready(function(){<br> $.post("insert the url you want to call here", {}, function(res){<br> alert(res);<br> });<br>});<br><br>The target URL/function should then output something which should appear in the alert box if all goes well.<br> <br>/Henrik<br><br><br><div class="gmail_quote">On Sun, Oct 5, 2008 at 6:47 PM, Alexander Burger <span dir="ltr"><<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi Henrik,<br> <div class="Ih2E3d"><br> > The above works flawlessly with Apache + PHP.<br> <br> </div>Surely jQuery will do that right, but still I do not understand where<br> the problem might lie in the PicoLisp server.<br> <br> The tracing definitely shows that the HTTP header arrives, but the<br> following POST data (a single line) don't. The "Content-Length" field in<br> the header says "15", matching the expected data "jquerytest=test".<br> <br> As far as I can understand it, is the behavior of the PicoLisp server<br> correct, i.e. it waits for those data to arrive. What else could it do?<br> <div><div></div><div class="Wj3C7c"><br> Cheers,<br> - Alex<br> --<br> UNSUBSCRIBE: mailto:<a href="mailto:[email protected]">[email protected]</a>?subject=Unsubscribe<br> </div></div></blockquote></div><br></div> ------=_Part_38564_30671691.1223208668083-- -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]
