Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. atisman89

    XML DOM object load function

    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...
  2. atisman89

    XML DOM object load function

    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...
  3. atisman89

    XML DOM object load function

    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...
  4. atisman89

    XML DOM object load function

    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.
  5. atisman89

    XML DOM object load function

    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...
  6. atisman89

    XML DOM object load function

    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... ...
  7. atisman89

    How to remove duplicate rows before applying GROUP BY clause

    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...

Part and Inventory Search

Back
Top