L
libsfan01
in firefox the following alert does not get created from my function:
ch = container1.childNodes(0).id;
alert(ch)
can anyone tell why this might not work in firefox but does in safari?
thanks
marc
ch = container1.childNodes(0).id;
alert(ch)
can anyone tell why this might not work in firefox but does in safari?
thanks
marc