I\'m trying to get this function to work, which does a request for parameter url then sends the responseText to callback which is a function.
url
callback
I had the same problem on FireFox but not on Chrome.
The problem was my response had the mime-type set to "application/octet-stream".
Changing it to "text/html" made it work on FireFox too.