[OT] Re: Disabling input based on other input with Struts/javascript

2008-08-15 Thread Dave Newton
on.disabled="false"; > > document.ppeForm.eyeFaceChemicalExposurePPERequirements.disabled="false"; > } > > window.alert("disabled="+document.ppeForm.eyeFaceChemicalExposurePPERequirements.disabled); > > document.ppeForm.acti

Disabling input based on other input with Struts/javascript

2008-08-15 Thread DominicGarda
surePPERequirements.disabled); document.ppeForm.action="ppe.do?&actionType=" + "setEyeFaceChemicalExposureYesNo"+"&eyeFaceChemicalExposureYesNo="+YorN; document.ppeForm.submit(); } Any Ideas on a way to fix this or a better way to approach the problem? -- View this mess