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