| Author |
How to retrieve value from HTML page which is view only?
|
Ashwani Yadav
Ranch Hand
Joined: May 23, 2002
Posts: 33
|
|
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 agree. Here's the link: jrebel
|
|
subject: How to retrieve value from HTML page which is view only?
|
|
|