|
objXMLHTTP = createObject("COM",
"Microsoft.XMLHTTP");
The code below creates an array and assigns it to
the variable "objURL" if I am correct
objURL =
objXMLDOM.getElementsByTagName("url");
However I can't seem to refence to it, neither
with
objURL(i).text); nor with
objURL[i].text);
Any ideas? You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ |
