* Laurens Holst wrote: >The send method on the XMLHttpRequest object doesn’t explain what to do >when the XMLHttpRequest object has been opened with the GET method, and >data is passed to the send method.
That same as would happen with a different method; while this is not always conforming, all requests can have a body, and my recollection is the Working Group decided to give no special treatment to GET requests. If you want the request to have no body, you have to pass nothing or null to the send method. -- Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
