hi,
Children element in javascript is not working in netscape. But is working fine in IE. ChildNodes element is also not working in Netscape. But it is working fine in
IE.
My code is look like this,
[code=javascript]
function fSetSelectedDay (my)
{
alert(parseInt( (my).childNodes ("dateText").in nerHTML));
alert((myElemen t.children["calDateTex t"].innerText));
//these two codings are working fine in the IE but not in Netscape
}
[/code]
Anyone help me for this.
This is vary helpful for me.
Children element in javascript is not working in netscape. But is working fine in IE. ChildNodes element is also not working in Netscape. But it is working fine in
IE.
My code is look like this,
[code=javascript]
function fSetSelectedDay (my)
{
alert(parseInt( (my).childNodes ("dateText").in nerHTML));
alert((myElemen t.children["calDateTex t"].innerText));
//these two codings are working fine in the IE but not in Netscape
}
[/code]
Anyone help me for this.
This is vary helpful for me.
Comment