I had read previously that I have to setup a onChange function to work with my edit form. It this supposed to be the one that calls the boolean list associated to my PatternName and Patterncut lists? So My real question is how do I approach setting up these input check box? Below is...
--<select id="testselect" onchange="SetReadOnly()"> <option value="0">非表示</option> <option value="1">表示</option> </select>--> <inputid="testinput"type="text"value="a"> <inputtype='checkbox'name='checkbox1'id='checkbox1'value='7'onclick="SetReadOnly2()"> </BODY> </...