Hi,
I'm trying to load a URL in the load() method.
It's working when I do it client side using JScript but want to do it server
side using ASP-VB
Here is my code (server side)
srchStr = "
set objXML=Server.CreateObject("Msxml2.DOMDocument"
objXML.async="false"
objXML.load(srchStr)
The error return is
Error Code: -2146697209
Error Reason: No data is available for the requested resource.
Error Line: 0
Help please, Irealy don't understand why it's not working.
When I put the URL in the Browser the xml page return is OK.
Thanks
Mario
I'm trying to load a URL in the load() method.
It's working when I do it client side using JScript but want to do it server
side using ASP-VB
Here is my code (server side)
srchStr = "
set objXML=Server.CreateObject("Msxml2.DOMDocument"
objXML.async="false"
objXML.load(srchStr)
The error return is
Error Code: -2146697209
Error Reason: No data is available for the requested resource.
Error Line: 0
Help please, Irealy don't understand why it's not working.
When I put the URL in the Browser the xml page return is OK.
Thanks
Mario