Create an Account
username: password:
 
  MemeStreams Logo

MemeStreams Discussion

search


This page contains all of the posts and discussion on MemeStreams referencing the following web page: p2p.wrox.com Forums - zxml.js exception in Firefox but works fine in IE. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.

p2p.wrox.com Forums - zxml.js exception in Firefox but works fine in IE
by Lost at 4:28 am EDT, Mar 14, 2007

This isn't a zXML error. You must pass a value to send() in Firefox, even if the value is null. So you should be doing:

oReq.send(null);

In firefox 2.0+, on Windows, you cannot do a GET XMLHttpRequest and send(), you must send(null). Been getting away with this for months, until tonight when Firefox auto-upgraded.


 
 
Powered By Industrial Memetics