Re: XML + ASP
From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 06/01/04
- Next message: Arne de Booij: "Dynamic creation of ASP code"
- Previous message: Robert J Egan: "Re: XML + ASP"
- Maybe in reply to: Robert J Egan: "Re: XML + ASP"
- Next in thread: Robert J Egan: "Re: XML + ASP"
- Reply: Robert J Egan: "Re: XML + ASP"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Jun 2004 08:40:42 -0400
Robert J Egan wrote:
> Hi i'm trying to search a remote website page. The form returns xml
> information, though the page extension is missing. I retrieve the
> information and write it to the screen. So far so good - However i
> cannot format this information in anyway. A copy of the returned
> information saved to my server results in the xml data being
> formatted and displayed as intended! Can anyone explain to me why one
> would work but not the other.
>
> Regards
>
> Robert Egan
>
> -- Code Below --
>
> str_HC_url - variable formed from form information
>
> xml.Open "GET", str_HC_url , false - line of code used - does not work
>
> The above brings back info but cannot be formatted using code below.
>
> Set xml = Server.CreateObject ("Microsoft.XMLHTTP")
Since this is server-side code, you should be using ServerXMLHTTP instead of
XMLHTTP.
Bob Barrows
-- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
- Next message: Arne de Booij: "Dynamic creation of ASP code"
- Previous message: Robert J Egan: "Re: XML + ASP"
- Maybe in reply to: Robert J Egan: "Re: XML + ASP"
- Next in thread: Robert J Egan: "Re: XML + ASP"
- Reply: Robert J Egan: "Re: XML + ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|