Mar 27, 2003 #1 jimny Technical User Joined Oct 18, 2002 Messages 52 Location US On an ASP page,Is: if(TopNode(node())) then the same as: if(TopNode(node()[1])) then in a check to see if the TopNode exists?
On an ASP page,Is: if(TopNode(node())) then the same as: if(TopNode(node()[1])) then in a check to see if the TopNode exists?