A.
B.
C.
D.
第1题:
3、在弹出棒图控件属性页对话框,可以设置棒图控件的()、()、()、()、刻度设置、字体型号、显示属性等各种属性。
A.控制名称 B、图表类型 C、标签位置 D、颜色设定
B.图表类型
C.标签位置
D.颜色设定
第2题:
4、关于Repeater控件,下列说法正确的是()
A.Repeater控件不能显示内容
B.Repeater控件不能显示HTML页
C.Repeater控件不会自动添加HTML的相关内容
D.Repeater控件不会显示没有设置格式的内容
第3题:
6、在弹出棒图控件属性页对话框,可以设置棒图控件的()、()、()、()、刻度设置、字体型号、显示属性等各种属性。
A.控制名称
B.图表类型
C.标签位置
D.颜色设定
第4题:
在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。
A.<input name=”mybutton” type=”button” onClick=”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=”计算”>
第5题:
在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是
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=”计算”>