网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下代码能获得文档中的第一个form对象的是()
- A、 document.forms[0];
- B、 document.forms(0);
- C、 document.forms.0;
- D、 document.forms.item(0)
参考答案
更多 “以下代码能获得文档中的第一个form对象的是()A、 document.forms[0];B、 document.forms(0);C、 document.forms.0;D、 document.forms.item(0)” 相关考题
考题
在J2EE中,假设sample.xml文档有一个元素是,它有个子元素是。我们已经获得了Document对象doc,取出第一个的第一个资源的值的代码是()。
A.((Element)doc.getElementsByTagName(“PERSON”).item(0)).getNodeValue()B.((Element)doc.getElementsByTagName(“PERSON”).item(0)).getElementsByTagName(“NAME”).item(0).getFirstChild().getNodeValue()C.((Element)doc.getElementsByTagName(“PERSON”).item(0)).getElementsByTagName(“NAME”).item(0).getNodeValue()D.((Element)doc.getElementsByTagName(“PERSON”).item(0)).item(0).getNodeValue()
考题
设工程文件包含两个窗体文件Forml.frm、Form2.frm及一个标准模块文件Modulel.bas。两个窗体上分别只有一个名称为Command1的命令按钮。 Forml的代码如下: Public x As Integer Privme Sub Form_Load() x=1 y=5 End Sub Private Sub Command1_Click() Form2.Show End Sub Form2的代码如下: Private Sub Command1_Click() Print Form1.x,y End Sub Modulel的代码如下: Public y As Integer 运行以上程序,单击Form1的命令按钮Command1,则显示Form2;再单击Form2上的命令按钮Command1,则窗体上显示的是( )。A.1 5B.0 5C.0 0D.程序有错
考题
设置表格的边框为0的HTML代码是()
A. table cellspacing =0B.table height=0C.table border=0D.table cellpadding =0
考题
当8086/8088工作于最大模式时,QS=1,QS0=0,表示指令队列的状态为( )。A.无操作B.从指令队列的第一个字节中取走代码C.从指令队列的第一个字节及后续字节中取走代码D.队列为空
考题
说明中的链接测试页面图1实现的功能是:如果在10秒钟内链接不上指定网站,则显示“链接超时”,否则显示链接时间(单位为秒)。请根据以上功能描述,补齐代码:……<script>tim=1 ∥时间初值(1) ("tim++",100);∥定时调用时间设定bTestFinish=0c=1var b=1var autourl=new Array()autorul[1]="61.236.219.100"autorul[2]="220.181.26.132"∥测试网站IP地址function butt(){document.write("<form. name=autof>")for(var i=1;i<autourl.1enght; i++){if(i==1 || i==3 || i==5){document.write("<input type=text class=nobordername=url"+i+"value=htttp:∥"+autourl[i]+" ;size=40>→ ; ;<input type= textname=txt"+i+"size=10 class=noborder value=测试中……><br><br>")}e1Se{document.write("<input type=text class=nobordername=url"+i+"value=htttp:∥"+autourl[i]+" ;size=40>→ ; ;<input type= textname=txt"+i+"size=10 class=noborder value=测试中……><br><br>")}}document.write(“<br><div align='center'><input type=submit value=重新测试></div></form>") ∥初始测试页面}butt()function auto(c){if(tim> (2) ){document.forms[0]["txt"+c].value="链接超时"}e1Se{document.forms[0]["txt"+c].value="时间"+tim/10+"秒")}∥测试结果判断function run(){for(vat i=1;i<autourl.lenght;i++){document.write("<IMG nClick=over(this) title=放大src=http:∥"+autourl[i]+"/"+Math.random()+"width=1 height=1 nerror= (3) (' "+i+" ')>");}}∥运行测试run();</script>
考题
某网页中有一个窗体对象,其名称是mainForm,该窗体对象的第一个元素是按钮,其名称是myButton,表述该按钮对象的方法是()。A、document.forms.myButtonB、document.mainForm.myButtonC、document.forms[0].element[0]D、以上都可以
考题
下列数组描述中不正确的代码是()。A、integer cou [7:0] ;B、reg bool [16:0] ;C、integer mat [4:0][0:127] ;D、reg [8*8:1] carray_value;
考题
设置表格的单元格间距为0的HTML代码是()A、table cellspacing =0 B、table height=0 C、table border=0 D、table cellpadding =0
考题
以下关于数组的代码中,不被torque支持的是()A、$MyMultiArray[0_1]=30;B、$MyMultiArray[0,1]=10;C、$MyMultiArray[3]=200;D、$MyMultiArray[2][3]=15;
考题
能使窗体Form1不可见的语句有()。A、Form1.Height=0B、Form1.Width=0C、Form1.Visible=0D、Form1.BorderStyle=0E、Form1.Hide
考题
在表单Form1中有一个矩形框形状的形状控件Shape1,而Form1的Init事件代码如下:FORIX=0TO99THISFORM.SHAPE1.CURVATURE=IXTHISFORM.SHAPE1.BACKCOLOR=RGB(2*IX+57,0,0)ENDFOR该表单运行后,形状控件Shape1的状态是()。A、蓝色矩形B、红色矩形C、蓝色椭圆D、红色椭圆
考题
在表单FORM1中有一个文本框TEXT1,TEXT1的INIT事件代码如下:THIS.VALUE=0TEXT1的VALID事件代码如下:S=0FORi=1TOTHIS.VALUEIFi%5=0S=S+iENDIFENDFORTHIS.VALUE=S在TEXT1中输入22,然后按回车键,TEXT1中将显示()。A、0B、22C、50D、100
考题
设置表格的边框为0的HTML代码是()A、table cellspacing =0B、table height=0C、table border=0 D、table cellpadding =0
考题
在J2EE中,假设sample.xml文档有一个元素是,它有个子元素是。我们已经获得了Document对象doc,取出第一个的第一个子元素的值的代码是()。 A、((Element).doc.getElementsByTagName(“PERSON”).item(0)).getNodeValue;B、 ((Element).doc.getElementsByTagName(“PERSON”).item(0)).getFristChild().getNodeValue();C、 ((Element).doc.getElementsByTagName(“PERSON”).item(0)).getElementsByTagName(“NAME”).item(0).getNodeValue();D、 ((Element).doc.getElementsByTagName(“PERSON”).item(0)).item(0).getNodeValue();
考题
在J2EE中,假设sample.xml文档有一个元素是,它有个子元素是。我们已经获得了Document对象doc,取出第一个的第一个资源的值的代码是()。 A、((Element)doc.getElementsByTagName(“PERSON”).item(0)).getNodeValue()B、((Element)doc.getElementsByTagName(“PERSON”).item(0)).getElementsByTagName(“NAME”).item(0).getFirstChild().getNodeValue()C、((Element)doc.getElementsByTagName(“PERSON”).item(0)).getElementsByTagName(“NAME”).item(0).getNodeValue()D、((Element)doc.getElementsByTagName(“PERSON”).item(0)). item(0).getNodeValue()
考题
单选题在表单FORM1中有一个文本框TEXT1,TEXT1的INIT事件代码如下:THIS.VALUE=0TEXT1的VALID事件代码如下:S=0FORi=1TOTHIS.VALUEIFi%5=0S=S+iENDIFENDFORTHIS.VALUE=S在TEXT1中输入22,然后按回车键,TEXT1中将显示()。A
0B
22C
50D
100
考题
单选题在表单Form1中有一个矩形框形状的形状控件Shape1,而Form1的Init事件代码如下:FORIX=0TO99THISFORM.SHAPE1.CURVATURE=IXTHISFORM.SHAPE1.BACKCOLOR=RGB(2*IX+57,0,0)ENDFOR该表单运行后,形状控件Shape1的状态是()。A
蓝色矩形B
红色矩形C
蓝色椭圆D
红色椭圆
考题
多选题获取第一个form元素的方法有哪些?()A$(form)B$(form:eq(0))C$(form).eq(0)D$(form:first)
热门标签
最新试卷