![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveReading value from label (DIV) with JS
From: Mateo <mateo.perak@st.htnet.hr>
Date: Mon Aug 08 2005 - 21:32:11 CEST
Hi!
I have labels on my page (some are web forms controls, and some are plain
For example, in IE I can use this:
There is also innerHTML property, whichis not compatibile with W3 DOM, but
It looks like .value or .text properties doesn't exist for label control, so
So, it looks like it's pretty hard to find method for getting text from
(It would be also nice to find universal way for setting text for label or
Thank you guys...
|