A.<input name=”mybutton” type=”button” onBlur=”compute()”value=”計算”>
B.<input name=”mybutton” type=”button” onFocus=”compute()”value=”計算”>
C.<input name=”mybutton” type=”button” onClick=”function compute()”value=”計算”>
D.<input name=”mybutton” type=”button” onClick=”compute()”value=”計算”>