[EMAIL PROTECTED] wrote:

Now I am trying to get the value of a textbox for example (which user
has put). But I only can get the default value, not the one which user
has put. My code look like this.

...

                    String value = element.getAttribute("value");

Presumably this needs to be:

                     String value = element.value;

-myk
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to