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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by drahcir144

  1. drahcir144

    Basic XML embed into HTML with 'XML DOM Parser'

    EDIT: It now works in IE but not Firefox.
  2. drahcir144

    Basic XML embed into HTML with 'XML DOM Parser'

    I did mention in the first post that I am new to this =D It now looks like this but when I open it I still see a blank page. <html> <head> <script type="text/javascript"> var xmlhttp; var strURL = "http://fleenland.myminicity.com/xml"; function loadXMLDoc(url){ xmlhttp=null; // code...
  3. drahcir144

    Basic XML embed into HTML with 'XML DOM Parser'

    I don't get an error, but when I open the .htm file in IE or Firefox it just displays a white page with nothing on it. This is the whole .htm file; <html> <head> <script type="text/javascript"> var xmlhttp; var strURL = "http://fleenland.myminicity.com/xml"; function loadXMLDoc(url){...
  4. drahcir144

    Basic XML embed into HTML with 'XML DOM Parser'

    Tried it in IE and Firefox and neither work =(
  5. drahcir144

    Basic XML embed into HTML with 'XML DOM Parser'

    Ok, so I've added "<div id="mytargetdiv"></div>" into the body of the same HTML file along with the script you posted, but still nothing happens.. =S
  6. drahcir144

    Basic XML embed into HTML with 'XML DOM Parser'

    Hi, Basically I'm new to XML and I just want a very basic script to display the 'population' from http://fleenland.myminicity.com/xml inside an HTML file. I have been trying to do it using this http://www.w3schools.com/dom/dom_intro.asp but I havn't managed to do it so far =( Any help would...

Part and Inventory Search

Back
Top