html form unable to find setter method for attribute name
当我在表单操作中添加name
属性时出现错误,例如
<html:form action="updateBOEMedicalAccept" name="updateBOEMedicalAcceptForm">
我需要name
属性才能在 javascript 中使用它
喜欢
document.updateBOEMedicalAcceptForm.BOE_NO.disabled = true;
并且id
属性也不起作用
请指导。