A
Alex
HI All,
need your help to know if there is a way to retrive that (LocationInfos
value='5') from an ASP page, i am interested to get size value in an asp
variable to handle any exception, but i dont know hot to retrieve it :-(
this is the xml source:
<LocationInfos size='5'>
<LocationInfo>
<city>Miami</city>
.........
this is part of the asp script i am using to retrive all the values:
Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.Open "POST","http://www.mywebsite.com?",false
xmlhttp.setRequestHeader "Content-Type",
"application/x-www-form-urlencoded"
xmlhttp.send datatosend
........
Any idea?
need your help to know if there is a way to retrive that (LocationInfos
value='5') from an ASP page, i am interested to get size value in an asp
variable to handle any exception, but i dont know hot to retrieve it :-(
this is the xml source:
<LocationInfos size='5'>
<LocationInfo>
<city>Miami</city>
.........
this is part of the asp script i am using to retrive all the values:
Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.Open "POST","http://www.mywebsite.com?",false
xmlhttp.setRequestHeader "Content-Type",
"application/x-www-form-urlencoded"
xmlhttp.send datatosend
........
Any idea?