Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

load function

Status
Not open for further replies.

joecool2005

Programmer
Joined
Nov 24, 2005
Messages
8
Location
CA
Hi,

When I call like this

set licxmldoc = server.CreateObject("Microsoft.XMLDOM")
licxmldoc.async = false
licxmldoc.load("
it does not work. But when I test the link on the browser, it works!


Can somebody tell me why ?

Thx
Joe
 
Where and how do you place the script? In particular pay attention to the server.createobject. It's supposed to be on the web server as a server-side script.
 
The code is placed in the begining of the script. I want to be abled to call a XML file from a URL. Is that possible?

Thx for you reply.
 
>The code is placed in the begining of the script
What script? What environment? A web page, a standalone administrative script? ... Sound like the response is devoid of substance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top