This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes How to retrieve value from HTML page which is view only? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "How to retrieve value from HTML page which is view only?" Watch "How to retrieve value from HTML page which is view only?" New topic
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?
 
Similar Threads
onunload not working in netscape
Closing of Netscape browser??
compiling jsp
Game Tutorials -->> Exploring Browser Support for Java 2
Doubt in JSP working with Netscape4.76?