题目内容

获取表单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. 错

document.forms [1] 引用的是文档中第1个表单。

A. 对
B. 错

答案查题题库