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 dencom 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 youandih

  1. youandih

    online weather API (XML) reading through VBScript?

    Now it looks like this: Set xmlDoc = CreateObject("Msxml2.DOMDocument") sPackageFile = sCurPath & "http://xml.weather.com/weather/local/NLXX0002cc=*&unit=Metric&dayf=1" weathervar = XMLRead (sPackageFile,"weather.dayf.day.t") If (weathervar="Rain") { return "rain"; }
  2. youandih

    online weather API (XML) reading through VBScript?

    little correction of weather xml : http://xml.weather.com/weather/local/NLXX0002cc=*&unit=Metric&dayf=1
  3. youandih

    online weather API (XML) reading through VBScript?

    Recently I was trying to create a VBS which would read a certain value and depending on the value return a certain sound to me. The value is in this weather API XML : http://xml.weather.com/weather/local/#Location#?cc=*&unit=#Unit#&dayf=1 There's a specific amount of values in a certain sub...

Part and Inventory Search

Back
Top