Thank you for your detailed reply, tsuji, I tried out your code exactly in the html as following in "IE". It didn't show any message box with the XML source string, which we should expect. Instead, I got the error mark at the left bottom corner of my IE browser. When I double-clicked it, it...
The site I showed you has a complete JavaScript for IE. I just took an example. I need my script to work for both FF and IE. But just let us forget about FF for now. I'd like to get the code in the following site work in IE:
http://www.xmlfiles.com/examples/tryit.asp?filename=note_parsertest...
I cannot access my PC now but here we can try the same thing: Please visit the following site:
http://www.xmlfiles.com/examples/tryit.asp?filename=note_parsertest
and try to replace the load("note.xml") with
load("http://www.w3schools.com/dom/note.xml")
You can see the result on the right...
Of course, I have tried with the FireFox first but it didn't work. It still couln't load the xml file in the specified URL. I was asking if there is any equivalent function in IE so that I can try it in IE also.
Thank you for your reply, tsuji.
I tried as you suggested. But I had no luck with getting it work. Any other idea/suggestion? Does it work in your browser? I tired with IE 6.0 with no luck either. Looks like that the function "netscape.security.PrivilegeManager.enablePrivilege" is for FireFox...
Hi, this may look like a basic question but...
Can the XML DOM object load an xml file in any arbitray URL? I have a Javascript that creates a DOM object and I'd like to use load function with a URL that indicates an XML file... For example, using Firefox...
...
I want to apply a simple SELECT - GROUP BY statement such as:
SELECT AVG(Table1.Col_C)
FROM Table1 LEFT OUTER JOIN Table2 ON ...
GROUP BY Table1.Col_A
But the problem is that the result set after the left outer join has some duplicate rows. For example...
Table1.Col_A Table1.Col_B...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.