题目内容

以下哪个是document对象包含的内容()。

A. 文本域、按钮
B. 单选框、复选框
C. 状态栏
D. 下拉列表框

查看答案
更多问题

获取表单myform中文本框txt的值的是()。

A. document.all.txt.value
B. form.myform.txt.value
C. document.myform.txt.value
D. document.getElementById(“txt”).value

用来对文本框txt进行控空值验证的是()。

A. document.form1.txt.value==“”
B. document.form1.txt.value=“”
C. document.form1.txt.length==0
D. document.form1.txt.value.length==0

表单对象中target属性可设置或返回表单的名称。

A. 对
B. 错

method属性用于设置或返回将数据发送到服务器的HTTP方法

A. 对
B. 错

答案查题题库