ashpassword
Programmer
For Netscape 6 and above.
I have an HTML page on which I am showing some values which I view only.
From this page I want to get the values through javascript, for that I have written following line of code:
var data=document.getChildren(TxtTxnIdObj).item(0).innerText;
Where "TxtTxnIdObj" is an object.
Any suggestion can u give me for this, may be getChildren is not working in Netscape 6 or above.
But this working fine in IE.
I have an HTML page on which I am showing some values which I view only.
From this page I want to get the values through javascript, for that I have written following line of code:
var data=document.getChildren(TxtTxnIdObj).item(0).innerText;
Where "TxtTxnIdObj" is an object.
Any suggestion can u give me for this, may be getChildren is not working in Netscape 6 or above.
But this working fine in IE.