Hello alex,
thanks a lot, now it works like a charm.
You really made my day.
Search found 2 matches
- 10:10, 27 Jan 2016
- Forum: Questions and answers
- Topic: XmlHttpRequest not working
- Replies: 3
- Views: 25849
- 16:51, 26 Jan 2016
- Forum: Questions and answers
- Topic: XmlHttpRequest not working
- Replies: 3
- Views: 25849
XmlHttpRequest not working
Hello there, I'm trying to send my app's data to a web-server. Therefore I'd like to use Ajax. My simplest approach so far: - Copy the helloworld-example - Add javascript to make an xhr-call to a .php that simply returns a number and alerts me when it's done When I open the page on my pc it works co...