Can you post your code so we could see exactly where it's breaking? It
might be something with Yahoo being down for the moment.
It's always best to provide an error trapping-and-handling facility in your
pages when using XMLHTTP, because you never know when your data provider
could be down for any reason (maintenance, unscheduled downtime, etc.).
I've found InterceptVector to be an outstanding provider of up-to-the-minute
weather data, and nearly no downtime. Their datapush service generates XML
documents, so it's completely customizable.
http://weather.interceptvector.com
I use their info on this page on my site: http://www.kuam.com/weather
Jason
---------------------------------------------------
Jason Salas, MBA, MCP
Web Development Manager
Pacific Telestations, Inc. (dba, "KUAM")
URL: http://www.kuam.com
President, .NET User Group of Guam
URL: http://www.guam-asp.net
Mailto: jason@k...
Voice: xxx-xxx-xxxx
----- Original Message -----
From: "youwater" <youwater@y...>
To: "ASPToday Discuss" <asptoday_discuss@p...>
Sent: Sunday, February 16, 2003 8:58 AM
Subject: [asptoday_discuss] Re: Microsoft.XMLHTTP get only half page! why?
> I received an error from yahoo's server:
>
> Method Not Implemented
> get to /chxx/chxx0140/index_c.html not supported.
>
> I want to get weather from yahoo on my website,can you help me?
>