what is wrong with it
-
------------------------------ function Go(node){ var str = new String(); str+=node.nodeName+"
"; if(node.hasChildNodes()){ for(i=0;ikaranba wrote: for(i=0;i { that's never going to do anything. Ah - you've put < and > without ticking 'display this message as-is'. If you try again, I'd be happy to have a look at it when I can see it all. :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002 -
karanba wrote: for(i=0;i { that's never going to do anything. Ah - you've put < and > without ticking 'display this message as-is'. If you try again, I'd be happy to have a look at it when I can see it all. :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002 -
------------------------------ function Go(node){ var str = new String(); str+=node.nodeName+" "; if(node.hasChildNodes()){ for(i=0;i
Either your compiler is broken or you did not follow my instructions and tick the box that says 'Display this message as-is (no HTML)'. I suspect the latter. The < in your for loop is finding a > to turn into a tag, and it's being stripped. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002