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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can someone check a page of code for me? 1

Status
Not open for further replies.

zolah

Technical User
May 21, 2001
13
US
I have a page of code straight from a book that is not working. Can someone look at it and explain to me why I get the error message "childNodes" is "null" or not an object? I am getting very frustrated.
Thanks in advance
Chris

chris@infoany.net
 
You most likely are refering to a non existant node.

If you are using ASP use

If Not XMLOBJECT.selectSingleNode("...") is Nothing Then
....


The isNull() may work too, but not with ASP

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top