Hello,

I would like to change the value of a form's text field by scriplet, is it 
possible, please?
Through Javascript, I can use the form name plus the name of the field, for 
example,
"myform.address.value='xxx'". I know I can do "myform.address.value='<%= 
something %>'", where "something" is a
scriplet variable declared previously. Is it possible to change the value of a 
form field inside of a scriplet
just as we can by a javascript code, please?

TIA,
Vinicius.


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

Reply via email to