Problem retrieving string value of XML document in Firefox

wxdqz

New Member
I have a popup window that uses a JavaScript XML document loaded from a query performed on the server. I have no problem loading the document or reading certain values and populating the window in both IE and Firefox. However, when I try to do xmlDoc.xml to write the string value of the XML document to the window.opener, in IE it works great but in Firefox xmlDoc.xml is undefined. Is the xml property not supported in Firefox? What is the alternative?
 
Back
Top