Re: Map Backed Form and JavaScript

2004-10-25 Thread Jeff Beal
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 this will give a JS error)
any workaround or can we use any escape sequence in JS
-Hari

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Map Backed Form and JavaScript

2004-10-25 Thread Hariharan V
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 any escape sequence in JS


-Hari

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]