Am trying the SDK that The Weather Channel offers, but I can't seem to even access the URL other than in a browser.
Suggestions?
Here's what I've done so far within the <head>:
<script type="text/javascript">
var xmlDoc = new ActiveXobject ("Microsoft.XMLDOM");
xmlDoc.async="false";
xmlDoc.load("[1026000259]&key=[8860efa025e505c3]");
document.write(xmlDoc);
document.write("xml.doc.weather.head");
document.write(xmlDoc.getElementsByTagName("loc"));
</script>
Suggestions?
Here's what I've done so far within the <head>:
<script type="text/javascript">
var xmlDoc = new ActiveXobject ("Microsoft.XMLDOM");
xmlDoc.async="false";
xmlDoc.load("[1026000259]&key=[8860efa025e505c3]");
document.write(xmlDoc);
document.write("xml.doc.weather.head");
document.write(xmlDoc.getElementsByTagName("loc"));
</script>