document.forms[0]['dto(name)'].value
Hariharan V wrote:
Hi,
I am making use of Map backed Action form
Lets say I have named the textbox field as follows
How can I access the text field value from JavaScript
for instance I can't do something like this.
document.forms[0].dto(name).value;
(but th
Hi,
I am making use of Map backed Action form
Lets say I have named the textbox field as follows
How can I access the text field value from JavaScript
for instance I can't do something like this.
document.forms[0].dto(name).value;
(but this will give a JS error)
any workaround or can we use
2 matches
Mail list logo