Somehow, I got this feeling in case of questions on JSP as well. Anyway, I would appreciate if you send me some site names where I can post javascript related questions.
Thanks in advance.. -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Hans Bergsten Sent: Friday, July 12, 2002 10:31 AM To: [EMAIL PROTECTED] Subject: Re: How to read a node value in netscape 6.0. Atal Bihari Upadhyay wrote: > Is this forum meant only for simple questions??? > At least, I don't think so. No, but it's a forum decicated to JSP questions, and your question is about JavaScript. Even though JavaScript may be combined with JSP, it's a completely separate technology and there are other forums that are dedicated to it where you are more likely to get an answer. I don't want to start a huge discussion about what type of questions are appropriate for this list again (it never leads anywhere). I just wanted to point out that you have the best chance to get answers to questions that are on topic, so I recommend that you send JavaScript questions to a different list. For those who are new to mailing lists like this, here's a great article about how to get the most out of them by asking the right questions, in the right way: <http://www.tuxedo.org/~esr/faqs/smart-questions.html> Hans > -----Original Message----- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Atal Bihari Upadhyay > Sent: Thursday, July 11, 2002 9:53 AM > > To: [EMAIL PROTECTED] > Subject: How to read a node value in netscape 6.0. > > > Hi All, > > I am trying to read value of a cell (<TD>) of a table. In IE, innertText is > giving the cell value but innerText is not supported in Netscape browser. > > ex. > document.getElementById("tablecontrol").getElementsyTagName("TR")[2].getElem > entsByTagName("TD")[2].innerText > > where tablecontrol is id of table > > will give value o the second cell of the of the second row of table. > > In Netscape, I tried with nodeValue i.e. > > ex. > alert(document.getElementById("tablecontrol").getElementsyTagName("TR")[2].g > etElementsByTagName("TD")[2].nodeValue) > > It gives the value in some other format and blank is apprering in alert > message. > > Can anybody tell me how can I get the value of the text inside cell. > > Thanks in advance for all your help. > > Regards, > Atal. > > > > -------------------------------------------------------------- > Computer Sciences Corporation India Pvt. Ltd., Indore, India > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > > > > -------------------------------------------------------------- > Computer Sciences Corporation India Pvt. Ltd., Indore, India > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > -- Hans Bergsten [EMAIL PROTECTED] Gefion Software http://www.gefionsoftware.com JavaServer Pages http://TheJSPBook.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com -------------------------------------------------------------- Computer Sciences Corporation India Pvt. Ltd., Indore, India =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
