Hi Henrik,
> The above works just fine, however when changing the GET to POST I run
> in to the same stalling problem as I did before. Is there a reason why
> xmlHttp.open("GET", "http://localhost/@ajaxTest", true);
> xmlHttp.send(null);
When you changed GET to POST, did you also make sure to change the
'send' to something like the following?
xmlHttp.send("jquerytest=test\n");
This is exactly the kind of line the PicoLisp server is waiting for.
> this is the case, maybe something pertaining to the GUI?
I don't think so, as the GUI is not even loaded.
Cheers,
- Alex
--
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]