在HTML页面中包含一个按钮控件mybutton,如果要实现双击该按钮时调用自定义的JavaScript函数compute(),要编写的HTML代码是()。
A: inputname="mybutton"type="button"onBlur="compute()"value="计算"
B:
C:
D:
A: inputname="mybutton"type="button"onBlur="compute()"value="计算"
B:
C:
D:
举一反三
- 在HTML页面中包含一个按钮控件mybutton,如果要实现单击该按钮时调用自定义的JavaScript函数compute(),要编写的HTML代码是()。 A: <inputname="mybutton"type="button"onBlur="compute()"value="计算"> B: <inputname="mybutton"type="button"onFocus="compute()"value="计算"> C: <inputname="mybutton"type="button"onClick="functioncompute()"value="计算"> D: <inputname="mybutton"type="button"onClick="compute()"value="计算">
- 在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是( ) A: <input type="button" name="mybutton" value="计算" onblur="compute()" /> B: <input type="button" name="mybutton" value="计算" onfocus="compute()" /> C: <input type="button" name="mybutton" value="计算" onclick="function compute()" /> D: <input type="button" name="mybutton" value="计算" onclick="compute()" />
- 在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是( )。 未知类型:{'options': ['[input name=”mybutton” type=”button” onClick=”compute” value=”计算”]', '[input name=”mybutton” type=”button” onFocus=”compute()” value=”计算”]', '[input name=”mybutton” type=”button” onClick=”function compute()” value=”计算”]', '[input name=”mybutton” type=”button” onClick=”compute()” value=”计算”]'], 'type': 102}
- 在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是
- 在HTML页面中包含一个按钮控件mybutton,如果要实现单击该按钮时调用自定义的JavaScript函数compute,要编写的HTML代码是()。 A: 计算"> B: 计算"> C: 计算"> D: 计算">