hi,

use id attribute like :
<html:text id="someId" property="manager.lanID" />
In the java script use the id to refer the field something like :
document.forms[0].someId.value or
document.formName.someId.value

--
rokib

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

Reply via email to