题目内容

用来对文本框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. 错

语句“"的效果是:当文本框中内容发生改变后,单击页面的其他地方将弹出一个消息框显示文本框中的内容。

A. 对
B. 错

答案查题题库