tags:

views:

4

answers:

1

hallo, i would like to try a simple xmlhttprequest example to post a form to a php-file, the php-file reads the elemsnts value then give it back to a div tag, it works with a tradional code, but not with dojo, a get an error (firebug) thant sent is aborted, so this ist the content of test.html content of test.php: echo $_POST['text']; thank you.

A: 

now i think why, i try the same example but with dojo-release-1.4.3 and it works, under dojo-release-1.5.0 i get an error, unable to load test.php, status 0. i think it mieght be a bug, there is no posting at all.

johnmayall